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 | ハケ簧ハケ | 110010101011100111100010110011101100101010111001 | cab9e2cecab9 |
EUC-JP | ハケ簧ハケ | 10001110110010101000111010111001111001001101000010001110110010101000111010111001 | 8eca8eb9e4d08eca8eb9 |
UTF-8 | ハケ簧ハケ | 111011111011111010001010111011111011110110111001111001111011000010100111111011111011111010001010111011111011110110111001 | efbe8aefbdb9e7b0a7efbe8aefbdb9 |
UHC | ??簧?? | 001111110011111111111100110101110011111100111111 | 3f3ffcd73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)