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 | 1110100110000000111001001000001001101011 | e980e4826b |
EUC-JP | 騾艪k | 1111000111100000111001111110001001101011 | f1e0e7e26b |
UTF-8 | 騾艪k | 11101001101010001011111011101000100010011010101001101011 | e9a8bee889aa6b |
UHC | ??k | 001111110011111101101011 | 3f3f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)