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 | 羣蔕瓲 | 111000111011100011100100111101101110000101000101 | e3b8e4f6e145 |
EUC-JP | 羣蔕瓲 | 111001101011101011101000111110001110000110100110 | e6bae8f8e1a6 |
UTF-8 | 羣蔕瓲 | 111001111011111010100011111010001001010010010101111001111001001110110010 | e7bea3e89495e793b2 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)