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 | ??]??^E | 00111111001111110101110100111111001111110101111001000101 | 3f3f5d3f3f5e45 |
SJIS-WIN | ??]??^E | 00111111001111110101110100111111001111110101111001000101 | 3f3f5d3f3f5e45 |
EUC-JP | ??]??^E | 00111111001111110101110100111111001111110101111001000101 | 3f3f5d3f3f5e45 |
UTF-8 | 횂혖]횂혖^E | 111011011001101010000010111011011001100010010110010111011110110110011010100000101110110110011000100101100101111001000101 | ed9a82ed98965ded9a82ed98965e45 |
UHC | 횂혖]횂혖^E | 1100001110000010110000101000000101011101110000111000001011000010100000010101111001000101 | c382c2815dc382c2815e45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)