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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 韈題樗顫 | 1110100011100111100100011110100010010010100101001110100011111010 | e8e791e89294e8fa |
EUC-JP | 韈題樗顫 | 1111000011101001110000101110101011000011111101001111000011111100 | f0e9c2eac3f4f0fc |
UTF-8 | 韈題樗顫 | 111010011001111110001000111010011010000110001100111001101010100010010111111010011010000110101011 | e99f88e9a18ce6a897e9a1ab |
UHC | ?題樗顫 | 00111111111100001011100111101110110000001110111110110101 | 3ff0b9eec0efb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)