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 | 蟒エ蟠疲ョ | 1110010110111011101101001110010110110100100101001110011010101110 | e5bbb4e5b494e6ae |
EUC-JP | 蟒エ蟠疲ョ | 11101010101111011000111010110100111010101011011011001000111010001000111010101110 | eabd8eb4eab6c8e88eae |
UTF-8 | 蟒エ蟠疲ョ | 111010001001111110010010111011111011110110110100111010001001111110100000111001111001011010110010111011111011110110101110 | e89f92efbdb4e89fa0e796b2efbdae |
UHC | ??蟠疲? | 00111111001111111101101011110110111110011010101000111111 | 3f3fdaf6f9aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)