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 | 001111110011111101001011 | 3f3f4b |
SJIS-WIN | 裹カK | 11100101111001011011011001001011 | e5e5b64b |
EUC-JP | 裹カK | 1110101011100111100011101011011001001011 | eae78eb64b |
UTF-8 | 裹カK | 11101000101000111011100111101111101111011011011001001011 | e8a3b9efbdb64b |
UHC | ??K | 001111110011111101001011 | 3f3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)