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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 扈陌 | 11100111101110111110100010011001 | e7bbe899 |
EUC-JP | 扈陌 | 11101110101111011110111111111001 | eebdeff9 |
UTF-8 | 扈陌 | 111001101000100110001000111010011001100110001100 | e68988e9998c |
UHC | 扈陌 | 11111011110000111101100011101000 | fbc3d8e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)