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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 髴憺ゥ | 1110100110011100100111001110100110101001 | e99c9ce9a9 |
EUC-JP | 髴憺ゥ | 111100011111110011011000111010111000111010101001 | f1fcd8eb8ea9 |
UTF-8 | 髴憺ゥ | 111010011010101110110100111001101000011010111010111011111011110110101001 | e9abb4e686baefbda9 |
UHC | ?憺? | 00111111110100111011110000111111 | 3fd3bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)