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 | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | 轣シ螟ア@h | 1110011110000001101111001110010110100100101100010100000001101000 | e781bce5a4b14068 |
EUC-JP | 轣シ螟ア@h | 11101101111000011000111010111100111010101010011010001110101100010100000001101000 | ede18ebceaa68eb14068 |
UTF-8 | 轣シ螟ア@h | 1110100010111101101000111110111110111101101111001110100010011110100111111110111110111101101100010100000001101000 | e8bda3efbdbce89e9fefbdb14068 |
UHC | ??螟?@h | 00111111001111111101100110101101001111110100000001101000 | 3f3fd9ad3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)