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 | ??}v??}vB | 001111110011111101111101011101100011111100111111011111010111011001000010 | 3f3f7d763f3f7d7642 |
SJIS-WIN | ⇒?}v⇒?}vB | 1000000111001011001111110111110101110110100000011100101100111111011111010111011001000010 | 81cb3f7d7681cb3f7d7642 |
EUC-JP | ⇒?}v⇒?}vB | 1010001011001101001111110111110101110110101000101100110100111111011111010111011001000010 | a2cd3f7d76a2cd3f7d7642 |
UTF-8 | ⇒€}v⇒€}vB | 1110001010000111100100101110001010000010101011000111110101110110111000101000011110010010111000101000001010101100011111010111011001000010 | e28792e282ac7d76e28792e282ac7d7642 |
UHC | ⇒€}v⇒€}vB | 10100010101000011010001011100110011111010111011010100010101000011010001011100110011111010111011001000010 | a2a1a2e67d76a2a1a2e67d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)