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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??爰??? | 00111111001111111110000010100111001111110011111100111111 | 3f3fe0a73f3f3f |
EUC-JP | ??爰??? | 00111111001111111110000010101001001111110011111100111111 | 3f3fe0a93f3f3f |
UTF-8 | 欌렫爰띕렣렍 | 111001101010110010001100111010111010000010101011111001111000100010110000111010111001110110010101111010111010000010100011111010111010000010001101 | e6ac8ceba0abe788b0eb9d95eba0a3eba08d |
UHC | 欌렫爰띕렣렍 | 111011011110101110001110101110011110101010111010101101101110101110001110101101001000111010100011 | edeb8eb9eabab6eb8eb48ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)