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 | 煽疫煽彧^ | 100100001111100010001001011101011001000011111000111110101011100101011110 | 90f8897590f8fab95e |
EUC-JP | 煽疫煽彧^ | 11000000111110101011000111010110110000001111101010001111101111001111111001011110 | c0fab1d6c0fa8fbcfe5e |
UTF-8 | 煽疫煽彧^ | 11100111100001011011110111100111100101101010101111100111100001011011110111100101101111011010011101011110 | e785bde796abe785bde5bda75e |
UHC | 煽疫煽彧^ | 111000001100001111100110101110011110000011000011111010011110111001011110 | e0c3e6b9e0c3e9ee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)