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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 顏イ雋型 | 11101000111110001011001011101000101100101000110001011110 | e8f8b2e8b28c5e |
EUC-JP | 顏イ雋型 | 1111000011111010100011101011001011110000101101001011011110111111 | f0fa8eb2f0b4b7bf |
UTF-8 | 顏イ雋型 | 111010011010000110001111111011111011110110110010111010011001101110001011111001011001111010001011 | e9a18fefbdb2e99b8be59e8b |
UHC | ??雋型 | 001111110011111111110001111001101111101011111110 | 3f3ff1e6fafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)