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 | 肢戡??? | 10001110100010001001110101000001001111110011111100111111 | 8e889d413f3f3f |
EUC-JP | 肢戡??? | 10111011111010001101100110100010001111110011111100111111 | bbe8d9a23f3f3f |
UTF-8 | 肢戡렱얹렰 | 111010001000001010100010111001101000100010100001111010111010000010110001111011001001011010111001111010111010000010110000 | e882a2e688a1eba0b1ec96b9eba0b0 |
UHC | 肢戡렱얹렰 | 11110010101101101100101011110001100011101011111010111110111100011000111010111101 | f2b6caf18ebebef18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)