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 | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | 舌?P | 10010000111000110011111101010000 | 90e33f50 |
EUC-JP | 舌?P | 11000000111001010011111101010000 | c0e53f50 |
UTF-8 | 舌쉃P | 11101000100010001000110011101100100010011000001101010000 | e8888cec898350 |
UHC | 舌쉃P | 1110000011011111100110100101100001010000 | e0df9a5850 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)