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 | 暙」頤ョ | 111110101101101010100011111010001111001110101110 | fadaa3e8f3ae |
EUC-JP | 暙」頤ョ | 100011111100001011010010100011101010001111110000111101011000111010101110 | 8fc2d28ea3f0f58eae |
UTF-8 | 暙」頤ョ | 111001101001101010011001111011111011110110100011111010011010000010100100111011111011110110101110 | e69a99efbda3e9a0a4efbdae |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)