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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 酊警???甦 | 111001111100001010001100011110000011111100111111001111111110000101010011 | e7c28c783f3f3fe153 |
EUC-JP | 酊警???甦 | 111011101100010010110111110110010011111100111111001111111110000110110100 | eec4b7d93f3f3fe1b4 |
UTF-8 | 酊警렧렱뤊甦 | 111010011000010110001010111010001010110110100110111010111010000010100111111010111010000010110001111010111010010010001010111001111001010010100110 | e9858ae8ada6eba0a7eba0b1eba48ae794a6 |
UHC | 酊警렧렱뤊甦 | 111011111111100011001100111011011000111010110110100011101011111010001111101110101110000111000001 | eff8cced8eb68ebe8fbae1c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)