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 | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | 論怏v論怏vB | 1001100001011111100111001000100101110110100110000101111110011100100010010111011001000010 | 985f9c8976985f9c897642 |
EUC-JP | 論怏v論怏vB | 1100111111000000110101111110100101110110110011111100000011010111111010010111011001000010 | cfc0d7e976cfc0d7e97642 |
UTF-8 | 論怏v論怏vB | 111010001010101110010110111001101000000010001111011101101110100010101011100101101110011010000000100011110111011001000010 | e8ab96e6808f76e8ab96e6808f7642 |
UHC | 論怏v論怏vB | 1101011011100101111001001110100001110110110101101110010111100100111010000111011001000010 | d6e5e4e876d6e5e4e87642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)