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 | 舌?晳 | 1001000011100011001111111111101011011001 | 90e33ffad9 |
EUC-JP | 舌?晳 | 110000001110010100111111100011111100001011000100 | c0e53f8fc2c4 |
UTF-8 | 舌걆晳 | 111010001000100010001100111010101011000110000110111001101001100110110011 | e8888ceab186e699b3 |
UHC | 舌걆晳 | 111000001101111110000001011011101110000010101111 | e0df816ee0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)