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 | 蟶ュ驥区・ | 1110010110111000101011011110100110000111100010111110011010100101 | e5b8ade9878be6a5 |
EUC-JP | 蟶ュ驥区・ | 11101010101110101000111010101101111100011110011110110110111010001000111010100101 | eaba8eadf1e7b6e88ea5 |
UTF-8 | 蟶ュ驥区・ | 111010001001111110110110111011111011110110101101111010011010100110100101111001011000110010111010111011111011110110100101 | e89fb6efbdade9a9a5e58cbaefbda5 |
UHC | ??驥?? | 001111110011111111010001110010100011111100111111 | 3f3fd1ca3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)