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 | ????田 | 001111110011111100111111001111111001001101100011 | 3f3f3f3f9363 |
EUC-JP | ????田 | 001111110011111100111111001111111100010111000100 | 3f3f3f3fc5c4 |
UTF-8 | 룶퀛㈒룫田 | 111010111010001110110110111011011000000010011011111000111000100010010010111010111010001110101011111001111001010010110000 | eba3b6ed809be38892eba3abe794b0 |
UHC | 룶퀛㈒룫田 | 10001111101010111011001110001111101010011100001110001111101000101110111110100011 | 8fabb38fa9c38fa2efa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)