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 | ??O | 001111110011111101001111 | 3f3f4f |
SJIS-WIN | 苑婉O | 1000100110010001100110110101010101001111 | 89919b554f |
EUC-JP | 苑婉O | 1011000111110001110101011011011001001111 | b1f1d5b64f |
UTF-8 | 苑婉O | 11101000100010111001000111100101101010011000100101001111 | e88b91e5a9894f |
UHC | 苑婉O | 1110101010111101111010001100011001001111 | eabde8c64f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)