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 | ???vG | 0011111100111111001111110111011001000111 | 3f3f3f7647 |
SJIS-WIN | 谷蔵遜vG | 1001001001001010100100011010000010010001101110110111011001000111 | 924a91a091bb7647 |
EUC-JP | 谷蔵遜vG | 1100001110101011110000101010001011000010101111010111011001000111 | c3abc2a2c2bd7647 |
UTF-8 | 谷蔵遜vG | 1110100010110000101101111110100010010100101101011110100110000001100111000111011001000111 | e8b0b7e894b5e9819c7647 |
UHC | 谷?遜vG | 11001101110110110011111111100001111000010111011001000111 | cddb3fe1e17647 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)