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 | 豼溯f | 111001101011111110011111111010001000001010000110 | e6bf9fe88286 |
EUC-JP | 豼溯f | 111011001100000111011110111010101010001111100110 | ecc1deeaa3e6 |
UTF-8 | 豼溯f | 111010001011000110111100111001101011101010101111111011111011110110000110 | e8b1bce6baafefbd86 |
UHC | ?溯f | 0011111111100001101111011010001111100110 | 3fe1bda3e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)