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 | ??????A | 00111111001111110011111100111111001111110011111101000001 | 3f3f3f3f3f3f41 |
| SJIS-WIN | ???援η?A | 001111110011111100111111100010011000011110000011110001010011111101000001 | 3f3f3f898783c53f41 |
| EUC-JP | ???援η?A | 001111110011111100111111101100011110011110100110110001110011111101000001 | 3f3f3fb1e7a6c73f41 |
| UTF-8 | 僚녹뻼援η룵A | 111011111010011010111011111010111000010110111001111010111011101110111100111001101000111110110100110011101011011111101011101000111011010101000001 | efa6bbeb85b9ebbbbce68fb4ceb7eba3b541 |
| UHC | 僚녹뻼援η룵A | 11101000111010001011001111101100100101101000011111101010101101011010010111100111100011111010101001000001 | e8e8b3ec9687eab5a5e78faa41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)