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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 煽殞煽賞B | 100100001111100010011111011011011001000011111000100011111101110001000010 | 90f89f6d90f88fdc42 |
EUC-JP | 煽殞煽賞B | 110000001111101011011101110011101100000011111010101111101101111001000010 | c0faddcec0fabede42 |
UTF-8 | 煽殞煽賞B | 11100111100001011011110111100110101011101001111011100111100001011011110111101000101100111001111001000010 | e785bde6ae9ee785bde8b39e42 |
UHC | 煽殞煽賞B | 111000001100001111101001111110011110000011000011110111111101101101000010 | e0c3e9f9e0c3dfdb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)