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 | 鬩・邏嶺迥 | 111010011010100110100101111001111011010010010111111001001110011110001010 | e9a9a5e7b497e4e78a |
EUC-JP | 鬩・邏嶺迥 | 11110010101010111000111010100101111011101011011011001110111001101110110111101010 | f2ab8ea5eeb6cee6edea |
UTF-8 | 鬩・邏嶺迥 | 111010011010110010101001111011111011110110100101111010011000001010001111111001011011011010111010111010001011111110100101 | e9aca9efbda5e9828fe5b6bae8bfa5 |
UHC | ??邏嶺? | 00111111001111111101010110100100110101101011101000111111 | 3f3fd5a4d6ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)