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 | GX@h | 100100100100011110010010010110000100000001101000 | 924792584068 |
SJIS-WIN | ?G?X@h | 001111110100011100111111010110000100000001101000 | 3f473f584068 |
EUC-JP | ?G?X@h | 001111110100011100111111010110000100000001101000 | 3f473f584068 |
UTF-8 | GX@h | 1100001010010010010001111100001010010010010110000100000001101000 | c29247c292584068 |
UHC | ?G?X@h | 001111110100011100111111010110000100000001101000 | 3f473f584068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)