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 | 舌蕀槭 | 100100001110001111100100111110011001111011100011 | 90e3e4f99ee3 |
EUC-JP | 舌蕀槭 | 110000001110010111101000111110111101110011100101 | c0e5e8fbdce5 |
UTF-8 | 舌蕀槭 | 111010001000100010001100111010001001010110000000111001101010011110101101 | e8888ce89580e6a7ad |
UHC | 舌?? | 11100000110111110011111100111111 | e0df3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)