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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 豸碑イ秘擱 | 111001101011011010010100111010001011001010010100111010011001110110100110 | e6b694e8b294e99da6 |
EUC-JP | 豸碑イ秘擱 | 11101100101110001100100011101010100011101011001011001000111010111101101010101000 | ecb8c8ea8eb2c8ebdaa8 |
UTF-8 | 豸碑イ秘擱 | 111010001011000110111000111001111010001010010001111011111011110110110010111001111010011110011000111001101001001110110001 | e8b1b8e7a291efbdb2e7a798e693b1 |
UHC | ?碑?秘? | 00111111110111011111100000111111110111011111101000111111 | 3fddf83fddfa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)