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 | 111010001111010001001011 | e8f44b |
SJIS-WIN | ??K | 001111110011111101001011 | 3f3f4b |
EUC-JP | èôK | 10001111101010111011001010001111101010111101010001001011 | 8fabb28fabd44b |
UTF-8 | èôK | 1100001110101000110000111011010001001011 | c3a8c3b44b |
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)