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 | 101100011010101101111101011101101011000110101011011111010111011001000010 | b1ab7d76b1ab7d7642 |
SJIS-WIN | ±?}v±?}vB | 1000000101111101001111110111110101110110100000010111110100111111011111010111011001000010 | 817d3f7d76817d3f7d7642 |
EUC-JP | ±?}v±?}vB | 1010000111011110001111110111110101110110101000011101111000111111011111010111011001000010 | a1de3f7d76a1de3f7d7642 |
UTF-8 | ±«}v±«}vB | 11000010101100011100001010101011011111010111011011000010101100011100001010101011011111010111011001000010 | c2b1c2ab7d76c2b1c2ab7d7642 |
UHC | ±?}v±?}vB | 1010000110111110001111110111110101110110101000011011111000111111011111010111011001000010 | a1be3f7d76a1be3f7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)