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 | ?QGB | 00111111010100010100011101000010 | 3f514742 |
SJIS-WIN | 辰QGB | 1001001001000011010100010100011101000010 | 9243514742 |
EUC-JP | 辰QGB | 1100001110100100010100010100011101000010 | c3a4514742 |
UTF-8 | 辰QGB | 111010001011111010110000010100010100011101000010 | e8beb0514742 |
UHC | 辰QGB | 1111001011100011010100010100011101000010 | f2e3514742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)