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 | ????]] | 001111110011111100111111001111110101110101011101 | 3f3f3f3f5d5d |
SJIS-WIN | 鈑ェ豐サ]] | 1110011111100101101010101110011010110010101110110101110101011101 | e7e5aae6b2bb5d5d |
EUC-JP | 鈑ェ豐サ]] | 11101110111001111000111010101010111011001011010010001110101110110101110101011101 | eee78eaaecb48ebb5d5d |
UTF-8 | 鈑ェ豐サ]] | 1110100110001000100100011110111110111101101010101110100010110001100100001110111110111101101110110101110101011101 | e98891efbdaae8b190efbdbb5d5d |
UHC | 鈑???]] | 11110111111111100011111100111111001111110101110101011101 | f7fe3f3f3f5d5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)