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 | 嶴è | 11100101101101101011010011101000 | e5b6b4e8 |
SJIS-WIN | ?¶´? | 001111111000000111110111100000010100110000111111 | 3f81f7814c3f |
EUC-JP | 嶴è | 10001111101010111010100110100010111110011010000110101101100011111010101110110010 | 8faba9a2f9a1ad8fabb2 |
UTF-8 | 嶴è | 1100001110100101110000101011011011000010101101001100001110101000 | c3a5c2b6c2b4c3a8 |
UHC | ?¶´? | 001111111010001011010010101000101010010100111111 | 3fa2d2a2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)