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 | 素? | 100100010110011000111111 | 91663f |
EUC-JP | 素? | 110000011100011100111111 | c1c73f |
UTF-8 | 素윣 | 111001111011010010100000111011001001110010100011 | e7b4a0ec9ca3 |
UHC | 素윣 | 11100001110010001001111110100100 | e1c89fa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)