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 | 荼器宗 | 111001001011011010001010111011011000111101000000 | e4b68aed8f40 |
EUC-JP | 荼器宗 | 111010001011100010110100111011111011110110100001 | e8b8b4efbda1 |
UTF-8 | 荼器宗 | 111010001000110110111100111001011001100110101000111001011010111010010111 | e88dbce599a8e5ae97 |
UHC | ?器宗 | 0011111111010000111011111111000011110011 | 3fd0eff0f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)