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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 遒嗜遒嗜B | 111001111010001010011010011011101110011110100010100110100110111001000010 | e7a29a6ee7a29a6e42 |
EUC-JP | 遒嗜遒嗜B | 111011101010010011010011110011111110111010100100110100111100111101000010 | eea4d3cfeea4d3cf42 |
UTF-8 | 遒嗜遒嗜B | 11101001100000011001001011100101100101111001110011101001100000011001001011100101100101111001110001000010 | e98192e5979ce98192e5979c42 |
UHC | ?嗜?嗜B | 00111111110100001110111000111111110100001110111001000010 | 3fd0ee3fd0ee42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)