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 | ????仍 | 001111110011111100111111001111111001100010111001 | 3f3f3f3f98b9 |
EUC-JP | ????仍 | 001111110011111100111111001111111101000010111011 | 3f3f3f3fd0bb |
UTF-8 | 룶퀛㈛룫仍 | 111010111010001110110110111011011000000010011011111000111000100010011011111010111010001110101011111001001011101110001101 | eba3b6ed809be3889beba3abe4bb8d |
UHC | 룶퀛㈛룫仍 | 10001111101010111011001110001111101010011100110010001111101000101110110110100100 | 8fabb38fa9cc8fa2eda4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)