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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 獻獏蕾^ | 11100000110110011110000011010001111001010101000101011110 | e0d9e0d1e5515e |
EUC-JP | 獻獏蕾^ | 11100000110110111110000011010011111010011011001001011110 | e0dbe0d3e9b25e |
UTF-8 | 獻獏蕾^ | 11100111100011011011101111100111100011011000111111101000100101011011111001011110 | e78dbbe78d8fe895be5e |
UHC | 獻??^ | 1111101011001100001111110011111101011110 | facc3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)