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 | 巽贈\ | 1001001001000110100100011010000101011100 | 924691a15c |
EUC-JP | 巽贈\ | 1100001110100111110000101010001101011100 | c3a7c2a35c |
UTF-8 | 巽贈\ | 11100101101101111011110111101000101101001000100001011100 | e5b7bde8b4885c |
UHC | 巽贈\ | 1110000111011110111100011111110001011100 | e1def1fc5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)