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 | 00111111011111010111011000111111011111010111011001000010 | 3f7d763f7d7642 |
SJIS-WIN | 焄}v焄}vB | 111110110101010001111101011101101111101101010100011111010111011001000010 | fb547d76fb547d7642 |
EUC-JP | 焄}v焄}vB | 1000111111001001111000110111110101110110100011111100100111100011011111010111011001000010 | 8fc9e37d768fc9e37d7642 |
UTF-8 | 焄}v焄}vB | 1110011110000100100001000111110101110110111001111000010010000100011111010111011001000010 | e784847d76e784847d7642 |
UHC | 焄}v焄}vB | 111111011011011001111101011101101111110110110110011111010111011001000010 | fdb67d76fdb67d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)