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 | 蛹唯陂 | 111001011000110010010111010000101110100010011000 | e58c9742e898 |
EUC-JP | 蛹唯陂 | 111010011110110011001101101000111110111111111000 | e9eccda3eff8 |
UTF-8 | 蛹唯陂 | 111010001001101110111001111001011001010010101111111010011001100110000010 | e89bb9e594afe99982 |
UHC | ?唯陂 | 0011111111101010111001101111100110101110 | 3feae6f9ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)