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 | 顰蝉クサ逾 | 1110100011111100100100001110010010111000101110111110011110100101 | e8fc90e4b8bbe7a5 |
EUC-JP | 顰蝉クサ逾 | 11110000111111101100000011100110100011101011100010001110101110111110111010100111 | f0fec0e68eb88ebbeea7 |
UTF-8 | 顰蝉クサ逾 | 111010011010000110110000111010001001110110001001111011111011110110111000111011111011110110111011111010011000000010111110 | e9a1b0e89d89efbdb8efbdbbe980be |
UHC | ????逾 | 001111110011111100111111001111111110101110110101 | 3f3f3f3febb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)