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 | 焄コ骼・ | 111110110101010010111010111010011000111010100101 | fb54bae98ea5 |
EUC-JP | 焄コ骼・ | 100011111100100111100011100011101011101011110001111011101000111010100101 | 8fc9e38ebaf1ee8ea5 |
UTF-8 | 焄コ骼・ | 111001111000010010000100111011111011110110111010111010011010101010111100111011111011110110100101 | e78484efbdbae9aabcefbda5 |
UHC | 焄??? | 1111110110110110001111110011111100111111 | fdb63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)