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 | 犖琅 | 11100000101101101110000011100100 | e0b6e0e4 |
EUC-JP | 犖琅 | 11100000101110001110000011100110 | e0b8e0e6 |
UTF-8 | 犖琅 | 111001111000101010010110111001111001000010000101 | e78a96e79085 |
UHC | ?琅 | 001111111101010111001010 | 3fd5ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)