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 | 哩阮徨琲綟磧 | 100101101000100111101000100101101001110001110010111000001110100011100011011001011110001001000000 | 9689e8969c72e0e8e365e240 |
| EUC-JP | 哩阮徨琲綟磧 | 110010111110100111101111111101101101011111010011111000001110101011100101110001101110001110100001 | cbe9eff6d7d3e0eae5c6e3a1 |
| UTF-8 | 哩阮徨琲綟磧 | 111001011001001110101001111010011001100010101110111001011011111010101000111001111001000010110010111001111011011010011111111001111010001110100111 | e593a9e998aee5bea8e790b2e7b69fe7a3a7 |
| UHC | ?阮徨??? | 0011111111101000110101101111110011000111001111110011111100111111 | 3fe8d6fcc73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)