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 | 冓豼韵 | 100110010110100111100110101111111110100011101111 | 9969e6bfe8ef |
EUC-JP | 冓豼韵 | 110100011100101011101100110000011111000011110001 | d1caecc1f0f1 |
UTF-8 | 冓豼韵 | 111001011000011010010011111010001011000110111100111010011001111110110101 | e58693e8b1bce99fb5 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)