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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 蹊宅 | 11100110111111001001000111101110 | e6fc91ee |
EUC-JP | 蹊宅 | 11101100111111101100001011110000 | ecfec2f0 |
UTF-8 | 蹊宅 | 111010001011100110001010111001011010111010000101 | e8b98ae5ae85 |
UHC | 蹊宅 | 11111011101101111101001111101011 | fbb7d3eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)