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 | 遯倩舶銖 | 1110011110101010100110001110100010010100100101011110011111110001 | e7aa98e89495e7f1 |
EUC-JP | 遯倩舶銖 | 1110111010101100110100001110101011000111111101011110111011110011 | eeacd0eac7f5eef3 |
UTF-8 | 遯倩舶銖 | 111010011000000110101111111001011000000010101001111010001000100010110110111010011000101010010110 | e981afe580a9e888b6e98a96 |
UHC | 遯?舶銖 | 11010100111011100011111111011010110111001110001011000111 | d4ee3fdadce2c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)