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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 顏猥麿G | 11101000111110001110000011001110100101101001101101000111 | e8f8e0ce969b47 |
EUC-JP | 顏猥麿G | 11110000111110101110000011010000110010111111101101000111 | f0fae0d0cbfb47 |
UTF-8 | 顏猥麿G | 11101001101000011000111111100111100011001010010111101001101110101011111101000111 | e9a18fe78ca5e9babf47 |
UHC | ?猥?G | 0011111111101000111001010011111101000111 | 3fe8e53f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)