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 | 001111110011111100111111001111110011111101000111 | 3f3f3f3f3f47 |
SJIS-WIN | 鬘乗㊧鮗ソG | 11101001101000011000111111100110100001111000100011101001101110101011111101000111 | e9a18fe68788e9babf47 |
EUC-JP | 鬘乗?鮗ソG | 11110010101000111011111011101000001111111111001010111100100011101011111101000111 | f2a3bee83ff2bc8ebf47 |
UTF-8 | 鬘乗㊧鮗ソG | 11101001101011001001100011100100101110011001011111100011100010101010011111101001101011101001011111101111101111011011111101000111 | e9ac98e4b997e38aa7e9ae97efbdbf47 |
UHC | ?????G | 001111110011111100111111001111110011111101000111 | 3f3f3f3f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)