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 | 慴磆薮 | 100111001101000011100001111101011001011011110111 | 9cd0e1f596f7 |
EUC-JP | 慴磆薮 | 110110001101001011100010111101111100110011111001 | d8d2e2f7ccf9 |
UTF-8 | 慴磆薮 | 111001101000010110110100111001111010001110000110111010001001011010101110 | e685b4e7a386e896ae |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)