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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 襄?? | 11100101111101010011111100111111 | e5f53f3f |
EUC-JP | 襄?? | 11101010111101110011111100111111 | eaf73f3f |
UTF-8 | 襄샵뤚 | 111010001010010110000100111011001000001110110101111010111010010010011010 | e8a584ec83b5eba49a |
UHC | 襄샵뤚 | 111001011101000110111100101001011000111111001001 | e5d1bca58fc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)