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 | 11100010010111100011111111100010010111100011111101000010 | e25e3fe25e3f42 |
EUC-JP | 秧?秧?B | 11100011101111110011111111100011101111110011111101000010 | e3bf3fe3bf3f42 |
UTF-8 | 秧쮑秧쮑B | 11100111101001111010011111101100101011101001000111100111101001111010011111101100101011101001000101000010 | e7a7a7ecae91e7a7a7ecae9142 |
UHC | 秧쮑秧쮑B | 111001001110101110101000011010011110010011101011101010000110100101000010 | e4eba869e4eba86942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)