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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 覿曙 | 11100110010101011000111110001100 | e6558f8c |
EUC-JP | 覿曙 | 11101011101101101011110111101100 | ebb6bdec |
UTF-8 | 覿曙 | 111010001010011010111111111001101001101110011001 | e8a6bfe69b99 |
UHC | ?曙 | 001111111101111111110101 | 3fdff5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)