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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 先灑先灑^ | 100100001110011011100000011100101001000011100110111000000111001001011110 | 90e6e07290e6e0725e |
EUC-JP | 先灑先灑^ | 110000001110100011011111110100111100000011101000110111111101001101011110 | c0e8dfd3c0e8dfd35e |
UTF-8 | 先灑先灑^ | 11100101100001011000100011100111100000011001000111100101100001011000100011100111100000011001000101011110 | e58588e78191e58588e781915e |
UHC | 先灑先灑^ | 111000001011101111100001111011101110000010111011111000011110111001011110 | e0bbe1eee0bbe1ee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)