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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 狸蔵村B | 10010010010010111001000110100000100100011011101001000010 | 924b91a091ba42 |
EUC-JP | 狸蔵村B | 11000011101011001100001010100010110000101011110001000010 | c3acc2a2c2bc42 |
UTF-8 | 狸蔵村B | 11100111100010111011100011101000100101001011010111100110100111011001000101000010 | e78bb8e894b5e69d9142 |
UHC | 狸?村B | 110101111110000100111111111101011011110101000010 | d7e13ff5bd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)