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 | èÙ±úø | 1110100011011001101100011111101011111000 | e8d9b1faf8 |
SJIS-WIN | ??±?? | 001111110011111110000001011111010011111100111111 | 3f3f817d3f3f |
EUC-JP | èÙ±úø | 1000111110101011101100101000111110101010111000111010000111011110100011111010101111100010100011111010100111001100 | 8fabb28faae3a1de8fabe28fa9cc |
UTF-8 | èÙ±úø | 11000011101010001100001110011001110000101011000111000011101110101100001110111000 | c3a8c399c2b1c3bac3b8 |
UHC | ??±?ø | 00111111001111111010000110111110001111111010100110101010 | 3f3fa1be3fa9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)