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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 裂鞋 | 10010111111101001110100011011100 | 97f4e8dc |
EUC-JP | 裂鞋 | 11001110111101101111000011011110 | cef6f0de |
UTF-8 | 裂鞋 | 111010001010001110000010111010011001111010001011 | e8a382e99e8b |
UHC | 裂鞋 | 11010110101011101111101110111001 | d6aefbb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)