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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蟻ε?? | 100010110110000110000011110000110011111100111111 | 8b6183c33f3f |
EUC-JP | 蟻ε?? | 101101011100001010100110110001010011111100111111 | b5c2a6c53f3f |
UTF-8 | 蟻ε뜊琉 | 1110100010011111101110111100111010110101111010111001110010001010111011111010011110001100 | e89fbbceb5eb9c8aefa78c |
UHC | 蟻ε뜊琉 | 1110101111111100101001011110010110001101100011011110101110100100 | ebfca5e58d8deba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)