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 | 鋻賍遉 | 111110111101100111100110110110101110011110100100 | fbd9e6dae7a4 |
EUC-JP | 鋻賍遉 | 10001111111001001101000111101100110111001110111010100110 | 8fe4d1ecdceea6 |
UTF-8 | 鋻賍遉 | 111010011000101110111011111010001011001110001101111010011000000110001001 | e98bbbe8b38de98189 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)