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 | 1001001001001010100100011011100110010001101000000100011101000010 | 924a91b991a04742 |
EUC-JP | 谷損蔵GB | 1100001110101011110000101011101111000010101000100100011101000010 | c3abc2bbc2a24742 |
UTF-8 | 谷損蔵GB | 1110100010110000101101111110011010010000100011011110100010010100101101010100011101000010 | e8b0b7e6908de894b54742 |
UHC | 谷損?GB | 11001101110110111110000111011111001111110100011101000010 | cddbe1df3f4742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)