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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 羮葛せ諡 | 1110001110111100100010101000101110000010101110011110011010001011 | e3bc8a8b82b9e68b |
EUC-JP | 羮葛せ諡 | 1110011010111110101100111110101110100100101110111110101111101011 | e6beb3eba4bbebeb |
UTF-8 | 羮葛せ諡 | 111001111011111010101110111010001001000110011011111000111000000110011011111010001010101110100001 | e7beaee8919be3819be8aba1 |
UHC | ?葛せ諡 | 00111111110010101110011110101010101110111110001111001101 | 3fcae7aabbe3cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)