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 | 衣縫? | 1000100011011111100101100100010000111111 | 88df96443f |
EUC-JP | 衣縫? | 1011000011100001110010111010010100111111 | b0e1cba53f |
UTF-8 | 衣縫렣 | 111010001010000110100011111001111011100010101011111010111010000010100011 | e8a1a3e7b8abeba0a3 |
UHC | 衣縫렣 | 111010111111110111011100111011101000111010110100 | ebfddcee8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)