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 | 倏猩菴 | 111000001100010111100000110011011110010010111101 | e0c5e0cde4bd |
EUC-JP | 倏猩菴 | 111000001100011111100000110011111110100010111111 | e0c7e0cfe8bf |
UTF-8 | 倏猩菴 | 111001011000000010001111111001111000110010101001111010001000111110110100 | e5808fe78ca9e88fb4 |
UHC | ?猩菴 | 0011111111100000111110101110010011100000 | 3fe0fae4e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)