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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 酉→? | 1001001111010001100000011010100000111111 | 93d181a83f |
EUC-JP | 酉→? | 1100011011010011101000101010101000111111 | c6d3a2aa3f |
UTF-8 | 酉→킋 | 111010011000010110001001111000101000011010010010111011011000001010001011 | e98589e28692ed828b |
UHC | 酉→킋 | 111010111011011110100001111001101011010010010111 | ebb7a1e6b497 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)