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 | 竏竏^ | 1110001010001000111000101000100001011110 | e288e2885e |
EUC-JP | 竏竏^ | 1110001111101000111000111110100001011110 | e3e8e3e85e |
UTF-8 | 竏竏^ | 11100111101010111000111111100111101010111000111101011110 | e7ab8fe7ab8f5e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)