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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 舌?B | 10010000111000110011111101000010 | 90e33f42 |
EUC-JP | 舌?B | 11000000111001010011111101000010 | c0e53f42 |
UTF-8 | 舌숥B | 11101000100010001000110011101100100010001010010101000010 | e8888cec88a542 |
UHC | 舌숥B | 1110000011011111100110100100001001000010 | e0df9a4242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)