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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 鶻笘^ | 1110101001010010111000101001100001011110 | ea52e2985e |
EUC-JP | 鶻笘^ | 1111001110110011111000111111100001011110 | f3b3e3f85e |
UTF-8 | 鶻笘^ | 11101001101101101011101111100111101011001001100001011110 | e9b6bbe7ac985e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)