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 | ???D^ | 0011111100111111001111110100010001011110 | 3f3f3f445e |
SJIS-WIN | 悉??D^ | 100011101011101100111111001111110100010001011110 | 8ebb3f3f445e |
EUC-JP | 悉??D^ | 101111001011110100111111001111110100010001011110 | bcbd3f3f445e |
UTF-8 | 悉뒒뢙D^ | 1110011010000010100010011110101110010010100100101110101110100010100110010100010001011110 | e68289eb9292eba299445e |
UHC | 悉뒒뢙D^ | 1110001111111010100010101000111110001111010101000100010001011110 | e3fa8a8f8f54445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)