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 | 檣拒檣居^ | 100111101111110010001011100100011001111011111100100010111000111101011110 | 9efc8b919efc8b8f5e |
EUC-JP | 檣拒檣居^ | 110111001111111010110101111100011101110011111110101101011110111101011110 | dcfeb5f1dcfeb5ef5e |
UTF-8 | 檣拒檣居^ | 11100110101010101010001111100110100010111001001011100110101010101010001111100101101100011000010101011110 | e6aaa3e68b92e6aaa3e5b1855e |
UHC | 檣拒檣居^ | 111011011110101011001011110111101110110111101010110010111101110001011110 | edeacbdeedeacbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)