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 | 蔬鷲蔬 | 111001001111010010011000011010001110010011110100 | e4f49868e4f4 |
EUC-JP | 蔬鷲蔬 | 111010001111011011001111110010011110100011110110 | e8f6cfc9e8f6 |
UTF-8 | 蔬鷲蔬 | 111010001001010010101100111010011011011110110010111010001001010010101100 | e894ace9b7b2e894ac |
UHC | 蔬鷲蔬 | 111000011100101011110110101011111110000111001010 | e1caf6afe1ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)