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 | 11101011101000011001101111100101100000001010000111101011101000011001101111100101100000001010000101000010 | eba19be580a1eba19be580a142 |
UHC | 롛倡롛倡B | 100011101101111111110011110110111000111011011111111100111101101101000010 | 8edff3db8edff3db42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)