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 | 1000000101100101100000010101110101101011 | 8165815d6b |
EUC-JP | ‘‐k | 1010000111000110101000011011111001101011 | a1c6a1be6b |
UTF-8 | ‘‐k | 11100010100000001001100011100010100000001001000001101011 | e28098e280906b |
UHC | ‘?k | 10100001101011100011111101101011 | a1ae3f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)