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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 舌?疫 | 1001000011100011001111111000100101110101 | 90e33f8975 |
EUC-JP | 舌?疫 | 1100000011100101001111111011000111010110 | c0e53fb1d6 |
UTF-8 | 舌걆疫 | 111010001000100010001100111010101011000110000110111001111001011010101011 | e8888ceab186e796ab |
UHC | 舌걆疫 | 111000001101111110000001011011101110011010111001 | e0df816ee6b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)