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 | ?惺韵 | 0011111110011100101101111110100011101111 | 3f9cb7e8ef |
EUC-JP | 侁惺韵 | 10001111101100001111110011011000101110011111000011110001 | 8fb0fcd8b9f0f1 |
UTF-8 | 侁惺韵 | 111001001011111010000001111001101000001110111010111010011001111110110101 | e4be81e683bae99fb5 |
UHC | 侁惺? | 1110001111100000111000001111011000111111 | e3e0e0f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)