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 | 樗?摯皎∋ | 100100101001010000111111100111011001010111100001101001111000000110111001 | 92943f9d95e1a781b9 |
EUC-JP | 樗?摯皎∋ | 110000111111010000111111110110011111010111100010101010011010001010111011 | c3f43fd9f5e2a9a2bb |
UTF-8 | 樗렫摯皎∋ | 111001101010100010010111111010111010000010101011111001101001000110101111111001111001101010001110111000101000100010001011 | e6a897eba0abe691afe79a8ee2888b |
UHC | 樗렫摯皎∋ | 11101110110000001000111010111001111100101010011111001110111010111010000111110101 | eec08eb9f2a7ceeba1f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)