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 | 鋕セト鴫 | 1111101111010100101111101100010010001110101100001111000111100110 | fbd4bec48eb0f1e6 |
EUC-JP | 鋕セト鴫? | 10001111111001001100000010001110101111101000111011000100101111001011001000111111 | 8fe4c08ebe8ec4bcb23f |
UTF-8 | 鋕セト鴫 | 111010011000101110010101111011111011110110111110111011111011111010000100111010011011010010101011111011101000010110100001 | e98b95efbdbeefbe84e9b4abee85a1 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)