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 | 0011111101110110001111110111011001000010 | 3f763f7642 |
SJIS-WIN | 洩v洩vB | 10001001011010110111011010001001011010110111011001000010 | 896b76896b7642 |
EUC-JP | 洩v洩vB | 10110001110011000111011010110001110011000111011001000010 | b1cc76b1cc7642 |
UTF-8 | 洩v洩vB | 111001101011010010101001011101101110011010110100101010010111011001000010 | e6b4a976e6b4a97642 |
UHC | 洩v洩vB | 11100000110111010111011011100000110111010111011001000010 | e0dd76e0dd7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)