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 | 11100110111101011011111001101011 | e6f5be6b |
EUC-JP | 踞セk | 1110110011110111100011101011111001101011 | ecf78ebe6b |
UTF-8 | 踞セk | 11101000101110001001111011101111101111011011111001101011 | e8b89eefbdbe6b |
UHC | 踞?k | 11001011111001100011111101101011 | cbe63f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)