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 | 渙湫\ | 1001111111010000100111111101010101011100 | 9fd09fd55c |
EUC-JP | 渙湫\ | 1101111011010010110111101101011101011100 | ded2ded75c |
UTF-8 | 渙湫\ | 11100110101110001001100111100110101110011010101101011100 | e6b899e6b9ab5c |
UHC | 渙湫\ | 1111110010111001111101011101001101011100 | fcb9f5d35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)