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 | ??\ | 001111110011111101011100 | 3f3f5c |
EUC-JP | 旿?\ | 1000111111000001111101000011111101011100 | 8fc1f43f5c |
UTF-8 | 旿뛎\ | 11100110100101111011111111101011100110111000111001011100 | e697bfeb9b8e5c |
UHC | 旿뛎\ | 1110011111111010100011010100110001011100 | e7fa8d4c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)