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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 五??潰榮 | 1000110011011100001111110011111110010010110101111001111011000100 | 8cdc3f3f92d79ec4 |
EUC-JP | 五??潰榮 | 1011100011011110001111110011111111000100110110011101110011000110 | b8de3f3fc4d9dcc6 |
UTF-8 | 五쒐킍潰榮 | 111001001011101010010100111011001001001010010000111011011000001010001101111001101011110110110000111001101010011010101110 | e4ba94ec9290ed828de6bdb0e6a6ae |
UHC | 五쒐킍潰榮 | 11100111111010011001110011100111101101001001100111001111111101111110011110110100 | e7e99ce7b499cff7e7b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)