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 | 1001001001001010100100011010000110010001101101010100011101000010 | 924a91a191b54742 |
EUC-JP | 谷贈揃GB | 1100001110101011110000101010001111000010101101110100011101000010 | c3abc2a3c2b74742 |
UTF-8 | 谷贈揃GB | 1110100010110000101101111110100010110100100010001110011010001111100000110100011101000010 | e8b0b7e8b488e68f834742 |
UHC | 谷贈?GB | 11001101110110111111000111111100001111110100011101000010 | cddbf1fc3f4742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)