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 | ??Ø | 001111110011111111011000 | 3f3fd8 |
SJIS-WIN | 猥?? | 11100000110011100011111100111111 | e0ce3f3f |
EUC-JP | 猥?Ø | 111000001101000000111111100011111010100110101100 | e0d03f8fa9ac |
UTF-8 | 猥섋Ø | 1110011110001100101001011110110010000100100010111100001110011000 | e78ca5ec848bc398 |
UHC | 猥섋Ø | 111010001110010110011000111010001010100010101010 | e8e598e8a8aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)