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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???殃▲? | 0011111100111111001111111001111101101001100000011010001100111111 | 3f3f3f9f6981a33f |
EUC-JP | ???殃▲? | 0011111100111111001111111101110111001010101000101010010100111111 | 3f3f3fddcaa2a53f |
UTF-8 | 溜블뙆殃▲뀛 | 111011111010011110001011111010111011100010010100111010111001100110000110111001101010111010000011111000101001011010110010111010111000000010011011 | efa78bebb894eb9986e6ae83e296b2eb809b |
UHC | 溜블뙆殃▲뀛 | 111010101111111010111010111011011000110010001100111001001110101010100001111000111000010110010100 | eafebaed8c8ce4eaa1e38594 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)