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 | ????GB | 001111110011111100111111001111110100011101000010 | 3f3f3f3f4742 |
SJIS-WIN | ????GB | 001111110011111100111111001111110100011101000010 | 3f3f3f3f4742 |
EUC-JP | ????GB | 001111110011111100111111001111110100011101000010 | 3f3f3f3f4742 |
UTF-8 | 쩌횒쩌횓GB | 1110110010101001100011001110110110011010100100101110110010101001100011001110110110011010100100110100011101000010 | eca98ced9a92eca98ced9a934742 |
UHC | 쩌횒쩌횓GB | 11000010101111001100001110001101110000101011110011000011100011100100011101000010 | c2bcc38dc2bcc38e4742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)