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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 髜嫉写 | 111111000100000010001110101110011000111011001010 | fc408eb98eca |
EUC-JP | 髜嫉写 | 10001111111010011110110110111100101110111011110011001100 | 8fe9edbcbbbccc |
UTF-8 | 髜嫉写 | 111010011010101110011100111001011010101110001001111001011000011010011001 | e9ab9ce5ab89e58699 |
UHC | ?嫉? | 00111111111100101110110000111111 | 3ff2ec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)