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 | 111000001010111101001011 | e0af4b |
SJIS-WIN | ??K | 001111110011111101001011 | 3f3f4b |
EUC-JP | à¯K | 10001111101010111010001010001111101000101011010001001011 | 8faba28fa2b44b |
UTF-8 | à¯K | 1100001110100000110000101010111101001011 | c3a0c2af4b |
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)