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 | 111000111101100101111101011101101110001111011001011111010111011001000010 | e3d97d76e3d97d7642 |
EUC-JP | 聘}v聘}vB | 111001101101101101111101011101101110011011011011011111010111011001000010 | e6db7d76e6db7d7642 |
UTF-8 | 聘}v聘}vB | 1110100010000001100110000111110101110110111010001000000110011000011111010111011001000010 | e881987d76e881987d7642 |
UHC | 聘}v聘}vB | 110111101011110101111101011101101101111010111101011111010111011001000010 | debd7d76debd7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)