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 | ???業? | 001111110011111100111111100010111100011000111111 | 3f3f3f8bc63f |
EUC-JP | 縕??業? | 1000111111010100110000100011111100111111101101101100100000111111 | 8fd4c23f3fb6c83f |
UTF-8 | 縕붻궟業랡 | 111001111011100010010101111010111011011010111011111010101011011010011111111001101010010110101101111010111001111010100001 | e7b895ebb6bbeab69fe6a5adeb9ea1 |
UHC | 縕붻궟業랡 | 11101000101100101001010011101000100000101011001011100101111101101000111001000010 | e8b294e882b2e5f68e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)