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 | ??G? | 00111111001111110100011100111111 | 3f3f473f |
SJIS-WIN | 遶ッG蟄 | 111001111010101110101111010001111110010110101101 | e7abaf47e5ad |
EUC-JP | 遶ッG蟄 | 11101110101011011000111010101111010001111110101010101111 | eead8eaf47eaaf |
UTF-8 | 遶ッG蟄 | 11101001100000011011011011101111101111011010111101000111111010001001111110000100 | e981b6efbdaf47e89f84 |
UHC | ??G蟄 | 0011111100111111010001111111011011011110 | 3f3f47f6de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)