To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 璽汐而h | 11110000101110011000111010100011111100001010000110001110101011001111001010111111100011101010011101101000 | f0b98ea3f0a18eacf2bf8ea768 |
EUC-JP | ?璽?汐?而h | 00111111101111001010010100111111101111001010111000111111101111001010100101101000 | 3fbca53fbcae3fbca968 |
UTF-8 | 璽汐而h | 11101110100000011011100011100111100100101011110111101110100000011010000011100110101100011001000011101110100001111011011011101000100000001000110001101000 | ee81b8e792bdee81a0e6b190ee87b6e8808c68 |
UHC | ?璽?汐?而h | 00111111110111111101111000111111111000001011000100111111111011001011101101101000 | 3fdfde3fe0b13fecbb68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)