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 | ¼´ðÛ | 10111100101101001111000011011011 | bcb4f0db |
SJIS-WIN | ?´?? | 0011111110000001010011000011111100111111 | 3f814c3f3f |
EUC-JP | ?´ðÛ | 001111111010000110101101100011111010100111000011100011111010101011100101 | 3fa1ad8fa9c38faae5 |
UTF-8 | ¼´ðÛ | 1100001010111100110000101011010011000011101100001100001110011011 | c2bcc2b4c3b0c39b |
UHC | ¼´ð? | 10101000111110011010001010100101101010011010001100111111 | a8f9a2a5a9a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)