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 | ??k | 001111110011111101101011 | 3f3f6b |
SJIS-WIN | 叩辰k | 1001001001000000100100100100001101101011 | 924092436b |
EUC-JP | 叩辰k | 1100001110100001110000111010010001101011 | c3a1c3a46b |
UTF-8 | 叩辰k | 11100101100011111010100111101000101111101011000001101011 | e58fa9e8beb06b |
UHC | 叩辰k | 1100110110110000111100101110001101101011 | cdb0f2e36b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)