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 | 霆?\ | 11101000101110110011111101011100 | e8bb3f5c |
EUC-JP | 霆?\ | 11110000101111010011111101011100 | f0bd3f5c |
UTF-8 | 霆렓\ | 11101001100111001000011011101011101000001001001101011100 | e99c86eba0935c |
UHC | 霆렓\ | 1110111111111101100011101010100001011100 | effd8ea85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)