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 | 11100101100011011000110111100101100011011000110101000010 | e58d8de58d8d42 |
EUC-JP | 蜊榊麹B | 11101001111011011011101011100111101110011110110101000010 | e9edbae7b9ed42 |
UTF-8 | 蜊榊麹B | 11101000100111001000101011100110101001101000101011101001101110101011100101000010 | e89c8ae6a68ae9bab942 |
UHC | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)