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 | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | 瓦??c^ | 100010101010001000111111001111110110001101011110 | 8aa23f3f635e |
EUC-JP | 瓦??c^ | 101101001010010000111111001111110110001101011110 | b4a43f3f635e |
UTF-8 | 瓦뱄숱c^ | 1110011110010011101001101110101110110001100001001110110010001000101100010110001101011110 | e793a6ebb184ec88b1635e |
UHC | 瓦뱄숱c^ | 1110100010111111101110011110111110111101101000100110001101011110 | e8bfb9efbda2635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)