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 | 11100100111010111000110111100101100011011000110101000010 | e4eb8de58d8d42 |
EUC-JP | 蓁榊麹B | 11101000111011011011101011100111101110011110110101000010 | e8edbae7b9ed42 |
UTF-8 | 蓁榊麹B | 11101000100100111000000111100110101001101000101011101001101110101011100101000010 | e89381e6a68ae9bab942 |
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)