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 | 鬩滉ケ槫爼隱 | 1110100110101001100111111110010010111001100111101110010111100000101010101110100010101010 | e9a99fe4b99ee5e0aae8aa |
| EUC-JP | 鬩滉ケ槫爼隱 | 111100101010101111011110111001101000111010111001110111001110011111100000101011001111000010101100 | f2abdee68eb9dce7e0acf0ac |
| UTF-8 | 鬩滉ケ槫爼隱 | 111010011010110010101001111001101011101110001001111011111011110110111001111001101010011110101011111001111000100010111100111010011001101010110001 | e9aca9e6bb89efbdb9e6a7abe788bce99ab1 |
| UHC | ?滉???隱 | 0011111111111100110100010011111100111111001111111110101111011111 | 3ffcd13f3f3febdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)