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 | ?、曝ゲ? | 0011111110000001010000011001010010011000100000110101000100111111 | 3f8141949883513f |
EUC-JP | ?、曝ゲ? | 0011111110100001101000101100011111111000101001011011001000111111 | 3fa1a2c7f8a5b23f |
UTF-8 | 룶、曝ゲ룶 | 111010111010001110110110111000111000000010000001111001101001101110011101111000111000001010110010111010111010001110110110 | eba3b6e38081e69b9de382b2eba3b6 |
UHC | 룶、曝ゲ룶 | 10001111101010111010000110100010111110001110110110101011101100101000111110101011 | 8faba1a2f8edabb28fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)