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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 雍?\ | 11101000101101000011111101011100 | e8b43f5c |
EUC-JP | 雍?\ | 11110000101101100011111101011100 | f0b63f5c |
UTF-8 | 雍렑\ | 11101001100110111000110111101011101000001001000101011100 | e99b8deba0915c |
UHC | 雍렑\ | 1110100010111100100011101010011001011100 | e8bc8ea65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)