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 | 1110100111111000110011011011111001001000 | e9f8cdbe48 |
EUC-JP | 鵁ヘセH | 11110010111110101000111011001101100011101011111001001000 | f2fa8ecd8ebe48 |
UTF-8 | 鵁ヘセH | 11101001101101011000000111101111101111101000110111101111101111011011111001001000 | e9b581efbe8defbdbe48 |
UHC | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)