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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????△ | 001111110011111100111111001111111000000110100010 | 3f3f3f3f81a2 |
EUC-JP | ????△ | 001111110011111100111111001111111010001010100100 | 3f3f3f3fa2a4 |
UTF-8 | 裏흡렖겼△ | 111011111010011110100111111011011001110110100001111010111010000010010110111010101011001010111100111000101001011010110011 | efa7a7ed9da1eba096eab2bce296b3 |
UHC | 裏흡렖겼△ | 11101100110000001100100011101101100011101010101110110000111001011010000111100010 | ecc0c8ed8eabb0e5a1e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)