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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 煽囚煽?] | 1001000011111000100011101111101010010000111110000011111101011101 | 90f88efa90f83f5d |
EUC-JP | 煽囚煽?] | 1100000011111010101111001111110011000000111110100011111101011101 | c0fabcfcc0fa3f5d |
UTF-8 | 煽囚煽稶] | 11100111100001011011110111100101100110111001101011100111100001011011110111100111101010001011011001011101 | e785bde59b9ae785bde7a8b65d |
UHC | 煽囚煽稶] | 111000001100001111100001111101101110000011000011111010011111001101011101 | e0c3e1f6e0c3e9f35d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)