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 | ????°? | 001111110011111100111111001111111011000000111111 | 3f3f3f3fb03f |
SJIS-WIN | 襭駈グ矍°4 | 111001100100001010001011111011011000001101001111111000011101110110000001100010111000001001010011 | e6428bed834fe1dd818b8253 |
EUC-JP | 襭駈グ矍°4 | 111010111010001110110110111011111010010110110000111000101101111110100001111010111010001110110100 | eba3b6efa5b0e2dfa1eba3b4 |
UTF-8 | 襭駈グ矍°4 | 1110100010100101101011011110100110100111100010001110001110000010101100001110011110011111100011011100001010110000111011111011110010010100 | e8a5ade9a788e382b0e79f8dc2b0efbc94 |
UHC | ??グ?°4 | 001111110011111110101011101100000011111110100001110001101010001110110100 | 3f3fabb03fa1c6a3b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)