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 | 謇磯摯魏ケ | 111001101000100110001000111010011001110110010101111010011011000010111001 | e68988e99d95e9b0b9 |
EUC-JP | 謇磯摯魏ケ | 11101011111010011011000011101011110110011111010111110010101100101000111010111001 | ebe9b0ebd9f5f2b28eb9 |
UTF-8 | 謇磯摯魏ケ | 111010001010110010000111111001111010001110101111111001101001000110101111111010011010110110001111111011111011110110111001 | e8ac87e7a3afe691afe9ad8fefbdb9 |
UHC | ?磯摯魏? | 0011111111010001101101001111001010100111111010101110000000111111 | 3fd1b4f2a7eae03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)