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 | ???@? | 0011111100111111001111110100000000111111 | 3f3f3f403f |
SJIS-WIN | 鳶??@堰 | 10010011110011100011111100111111010000001000100110000001 | 93ce3f3f408981 |
EUC-JP | 鳶??@堰 | 11000110110100000011111100111111010000001011000111100001 | c6d03f3f40b1e1 |
UTF-8 | 鳶며탞@堰 | 11101001101100111011011011101011101010011011000011101101100000111001111001000000111001011010000010110000 | e9b3b6eba9b0ed839e40e5a0b0 |
UHC | 鳶며탞@堰 | 111001101110100110111000111001111011010110000010010000001110010111101000 | e6e9b8e7b58240e5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)