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 | ?h? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 聨h聨 | 1110001111011101011010001110001111011101 | e3dd68e3dd |
EUC-JP | 聨h聨 | 1110011011011111011010001110011011011111 | e6df68e6df |
UTF-8 | 聨h聨 | 11101000100000011010100001101000111010001000000110101000 | e881a868e881a8 |
UHC | ?h? | 001111110110100000111111 | 3f683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)