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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?夭班泯 | 00111111100110101110111010010100110001111001111110100001 | 3f9aee94c79fa1 |
EUC-JP | ?夭班泯 | 00111111110101001111000011001000110010011101111010100011 | 3fd4f0c8c9dea3 |
UTF-8 | 뤚夭班泯 | 111010111010010010011010111001011010010010101101111001111000111110101101111001101011001110101111 | eba49ae5a4ade78fade6b3af |
UHC | 뤚夭班泯 | 1000111111001001111010001110110011011010111011001101101011000110 | 8fc9e8ecdaecdac6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)