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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 聆脣\ | 1110001111010111111000111111101001011100 | e3d7e3fa5c |
EUC-JP | 聆脣\ | 1110011011011001111001101111110001011100 | e6d9e6fc5c |
UTF-8 | 聆脣\ | 11101000100000011000011011101000100001001010001101011100 | e88186e884a35c |
UHC | 聆脣\ | 1101011011000000111000101110111001011100 | d6c0e2ee5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)