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 | 髙叱昇 | 111110111111110010001110101101101000111110111000 | fbfc8eb68fb8 |
EUC-JP | ?叱昇 | 0011111110111100101110001011111010111010 | 3fbcb8beba |
UTF-8 | 髙叱昇 | 111010011010101110011001111001011000111110110001111001101001100010000111 | e9ab99e58fb1e69887 |
UHC | ?叱昇 | 0011111111110010111010101110001110110000 | 3ff2eae3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)