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 | ??z??zB | 00111111001111110111101000111111001111110111101001000010 | 3f3f7a3f3f7a42 |
SJIS-WIN | 贒ァz贒ァzB | 111110111010111110100111011110101111101110101111101001110111101001000010 | fbafa77afbafa77a42 |
EUC-JP | 贒ァz贒ァzB | 10001111110111111100001110001110101001110111101010001111110111111100001110001110101001110111101001000010 | 8fdfc38ea77a8fdfc38ea77a42 |
UTF-8 | 贒ァz贒ァzB | 111010001011010010010010111011111011110110100111011110101110100010110100100100101110111110111101101001110111101001000010 | e8b492efbda77ae8b492efbda77a42 |
UHC | ??z??zB | 00111111001111110111101000111111001111110111101001000010 | 3f3f7a3f3f7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)