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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 谷蔵賊@h | 1001001001001010100100011010000010010001101011110100000001101000 | 924a91a091af4068 |
EUC-JP | 谷蔵賊@h | 1100001110101011110000101010001011000010101100010100000001101000 | c3abc2a2c2b14068 |
UTF-8 | 谷蔵賊@h | 1110100010110000101101111110100010010100101101011110100010110011100010100100000001101000 | e8b0b7e894b5e8b38a4068 |
UHC | 谷?賊@h | 11001101110110110011111111101110111001000100000001101000 | cddb3feee44068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)