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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 誤▼?H | 100011001110101110000001101001010011111101001000 | 8ceb81a53f48 |
EUC-JP | 誤▼?H | 101110001110110110100010101001110011111101001000 | b8eda2a73f48 |
UTF-8 | 誤▼짍H | 11101000101010101010010011100010100101101011110011101100101001111000110101001000 | e8aaa4e296bceca78d48 |
UHC | 誤▼짍H | 11101000101001101010000111100101101000111001100101001000 | e8a6a1e5a39948 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)