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 | ???O | 00111111001111110011111101001111 | 3f3f3f4f |
| SJIS-WIN | 城。O | 100011111110100110100001111100111110111001001111 | 8fe9a1f3ee4f |
| EUC-JP | 城。?O | 101111101110101110001110101000010011111101001111 | beeb8ea13f4f |
| UTF-8 | 城。O | 11100101100111111000111011101111101111011010000111101110100010111010000101001111 | e59f8eefbda1ee8ba14f |
| UHC | 城??O | 1110000011110010001111110011111101001111 | e0f23f3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)