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 | 1110110010110001101100001110110110011010101001011110110010110001101010001110110010110001101001100100011101000010 | ecb1b0ed9aa5ecb1a8ecb1a64742 |
UHC | 챰횥챨챦GB | 11000011101100011100001110011100110000111011000011000011101011110100011101000010 | c3b1c39cc3b0c3af4742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)