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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 獻珞獻珞^ | 111000001101100111100000111000101110000011011001111000001110001001011110 | e0d9e0e2e0d9e0e25e |
EUC-JP | 獻珞獻珞^ | 111000001101101111100000111001001110000011011011111000001110010001011110 | e0dbe0e4e0dbe0e45e |
UTF-8 | 獻珞獻珞^ | 11100111100011011011101111100111100011111001111011100111100011011011101111100111100011111001111001011110 | e78dbbe78f9ee78dbbe78f9e5e |
UHC | 獻珞獻珞^ | 111110101100110011010101101010001111101011001100110101011010100001011110 | faccd5a8faccd5a85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)