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^ | 1110010010111101100000111000111110001111010110000110001101011110 | e4bd838f8f58635e |
EUC-JP | 菴ワ醜c^ | 1110100010111111101001011110111110111101101110010110001101011110 | e8bfa5efbdb9635e |
UTF-8 | 菴ワ醜c^ | 1110100010001111101101001110001110000011101011111110100110000110100111000110001101011110 | e88fb4e383afe9869c635e |
UHC | 菴ワ醜c^ | 1110010011100000101010111110111111110101110111010110001101011110 | e4e0abeff5dd635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)