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 | 掌??艶? | 10001111101101100011111100111111100010011001000000111111 | 8fb63f3f89903f |
EUC-JP | 掌??艶? | 10111110101110000011111100111111101100011111000000111111 | beb83f3fb1f03f |
UTF-8 | 掌싩윢艶뾞 | 111001101000111010001100111011001000101110101001111011001001110010100010111010001000100110110110111010111011111010011110 | e68e8cec8ba9ec9ca2e889b6ebbe9e |
UHC | 掌싩윢艶뾞 | 11101101111001101001101011100111100111111010001111100110111111011001011101100001 | ede69ae79fa3e6fd9761 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)