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 | 踈エ莠・跚 | 1110011011110001101101001110010010111010101001011110011011100111 | e6f1b4e4baa5e6e7 |
EUC-JP | 踈エ莠・跚 | 11101100111100111000111010110100111010001011110010001110101001011110110011101001 | ecf38eb4e8bc8ea5ece9 |
UTF-8 | 踈エ莠・跚 | 111010001011100010001000111011111011110110110100111010001000111010100000111011111011110110100101111010001011011110011010 | e8b888efbdb4e88ea0efbda5e8b79a |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)