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 | 奠蔔碼 | 100110101111100111100100111101111110000111111001 | 9af9e4f7e1f9 |
EUC-JP | 奠蔔碼 | 110101001111101111101000111110011110001011111011 | d4fbe8f9e2fb |
UTF-8 | 奠蔔碼 | 111001011010010110100000111010001001010010010100111001111010001010111100 | e5a5a0e89494e7a2bc |
UHC | 奠蔔碼 | 111011101111010111011100110110111101100010100111 | eef5dcdbd8a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)