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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 苑?B | 10001001100100010011111101000010 | 89913f42 |
EUC-JP | 苑?B | 10110001111100010011111101000010 | b1f13f42 |
UTF-8 | 苑렗B | 11101000100010111001000111101011101000001001011101000010 | e88b91eba09742 |
UHC | 苑렗B | 1110101010111101100011101010110001000010 | eabd8eac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)