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^ | 111001010101101000111111001111110110001101011110 | e55a3f3f635e |
EUC-JP | 藥??c^ | 111010011011101100111111001111110110001101011110 | e9bb3f3f635e |
UTF-8 | 藥썸젔c^ | 1110100010010111101001011110110010001101101110001110110010100000100101000110001101011110 | e897a5ec8db8eca094635e |
UHC | 藥썸젔c^ | 1110010110110111101111011110011010100000100100100110001101011110 | e5b7bde6a092635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)