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 | 躊笘^ | 1110011101010011111000101001100001011110 | e753e2985e |
EUC-JP | 躊笘^ | 1110110110110100111000111111100001011110 | edb4e3f85e |
UTF-8 | 躊笘^ | 11101000101110101000101011100111101011001001100001011110 | e8ba8ae7ac985e |
UHC | 躊?^ | 11110001110011000011111101011110 | f1cc3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)