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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 鮑呻 | 11101001101110001001100111101111 | e9b899ef |
EUC-JP | 鮑呻 | 11110010101110101101001011110001 | f2bad2f1 |
UTF-8 | 鮑呻 | 111010011010111010010001111001011001000110111011 | e9ae91e591bb |
UHC | 鮑呻 | 11111000111010101110001111100010 | f8eae3e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)