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 | 赭櫁寐砌 | 1110011011011110100111101110100010011011100001111110000111100100 | e6de9ee89b87e1e4 |
EUC-JP | 赭櫁寐砌 | 1110110011100000110111001110101011010101111001111110001011100110 | ece0dcead5e7e2e6 |
UTF-8 | 赭櫁寐砌 | 111010001011010110101101111001101010101110000001111001011010111110010000111001111010000010001100 | e8b5ade6ab81e5af90e7a08c |
UHC | ??寐? | 0011111100111111110110001101101100111111 | 3f3fd8db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)