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 | 0011111100111111001111110100011101000010 | 3f3f3f4742 |
SJIS-WIN | 弱??GB | 100011101110001100111111001111110100011101000010 | 8ee33f3f4742 |
EUC-JP | 弱??GB | 101111001110010100111111001111110100011101000010 | bce53f3f4742 |
UTF-8 | 弱꾣뜥GB | 1110010110111100101100011110101010111110101000111110101110011100101001010100011101000010 | e5bcb1eabea3eb9ca54742 |
UHC | 弱꾣뜥GB | 1110010110110000100001001110011010001101101010000100011101000010 | e5b084e68da84742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)