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 | ??b? | 00111111001111110110001000111111 | 3f3f623f |
SJIS-WIN | 寥?b? | 1001101110001100001111110110001000111111 | 9b8c3f623f |
EUC-JP | 寥?b? | 1101010111101100001111110110001000111111 | d5ec3f623f |
UTF-8 | 寥렔b亐 | 11100101101011111010010111101011101000001001010001100010111001001011101010010000 | e5afa5eba09462e4ba90 |
UHC | 寥렔b亐 | 11101000111011111000111010101001011000101110101010100111 | e8ef8ea962eaa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)