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 | 00111111001111110100011101000010 | 3f3f4742 |
SJIS-WIN | 渙湫GB | 100111111101000010011111110101010100011101000010 | 9fd09fd54742 |
EUC-JP | 渙湫GB | 110111101101001011011110110101110100011101000010 | ded2ded74742 |
UTF-8 | 渙湫GB | 1110011010111000100110011110011010111001101010110100011101000010 | e6b899e6b9ab4742 |
UHC | 渙湫GB | 111111001011100111110101110100110100011101000010 | fcb9f5d34742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)