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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 魄ィ蝟慙 | 11101001101011101010100011100101100101101001110011001101 | e9aea8e5969ccd |
EUC-JP | 魄ィ蝟慙 | 1111001010110000100011101010100011101001111101101101100011001111 | f2b08ea8e9f6d8cf |
UTF-8 | 魄ィ蝟慙 | 111010011010110110000100111011111011110110101000111010001001110110011111111001101000010110011001 | e9ad84efbda8e89d9fe68599 |
UHC | 魄?蝟慙 | 11011011110111100011111111101010110110101111001111010100 | dbde3feadaf3d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)