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 | 漆煇「鯲セ | 11110001111110011000111010111101111110110101011110100010111010011100110010111110 | f1f98ebdfb57a2e9ccbe |
| EUC-JP | ?漆煇「鯲セ | 001111111011110010111111100011111100100111110101100011101010001011110010110011101000111010111110 | 3fbcbf8fc9f58ea2f2ce8ebe |
| UTF-8 | 漆煇「鯲セ | 111011101000010110110100111001101011110010000110111001111000010110000111111011111011110110100010111010011010111110110010111011111011110110111110 | ee85b4e6bc86e78587efbda2e9afb2efbdbe |
| UHC | ?漆煇??? | 0011111111110110110101001111110111001000001111110011111100111111 | 3ff6d4fdc83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)