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 | ??@??@B | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
SJIS-WIN | 脱属@脱属@B | 1001001001000101100100011010111001000000100100100100010110010001101011100100000001000010 | 924591ae40924591ae4042 |
EUC-JP | 脱属@脱属@B | 1100001110100110110000101011000001000000110000111010011011000010101100000100000001000010 | c3a6c2b040c3a6c2b04042 |
UTF-8 | 脱属@脱属@B | 111010001000010010110001111001011011000110011110010000001110100010000100101100011110010110110001100111100100000001000010 | e884b1e5b19e40e884b1e5b19e4042 |
UHC | ??@??@B | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)