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 | 00111111100110001110011100111111100110001110011101000010 | 3f98e73f98e742 |
EUC-JP | ?倡?倡B | 00111111110100001110100100111111110100001110100101000010 | 3fd0e93fd0e942 |
UTF-8 | 롚倡롚倡B | 11101011101000011001101011100101100000001010000111101011101000011001101011100101100000001010000101000010 | eba19ae580a1eba19ae580a142 |
UHC | 롚倡롚倡B | 100011101101111011110011110110111000111011011110111100111101101101000010 | 8edef3db8edef3db42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)