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 | 11100001110001101111011011010010011111010111011011100001110001101111011011010010011111010111011001000010 | e1c6f6d27d76e1c6f6d27d7642 |
EUC-JP | 眸?}v眸?}vB | 1110001011001000001111110111110101110110111000101100100000111111011111010111011001000010 | e2c83f7d76e2c83f7d7642 |
UTF-8 | 眸}v眸}vB | 1110011110011100101110001110111010010011101110010111110101110110111001111001110010111000111011101001001110111001011111010111011001000010 | e79cb8ee93b97d76e79cb8ee93b97d7642 |
UHC | 眸?}v眸?}vB | 1101100111000010001111110111110101110110110110011100001000111111011111010111011001000010 | d9c23f7d76d9c23f7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)