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 | 焄コ骼ュ | 111110110101010010111010111010011000111010101101 | fb54bae98ead |
EUC-JP | 焄コ骼ュ | 100011111100100111100011100011101011101011110001111011101000111010101101 | 8fc9e38ebaf1ee8ead |
UTF-8 | 焄コ骼ュ | 111001111000010010000100111011111011110110111010111010011010101010111100111011111011110110101101 | e78484efbdbae9aabcefbdad |
UHC | 焄??? | 1111110110110110001111110011111100111111 | fdb63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)