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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
| SJIS-WIN | 騾ァ迢怜嗇B | 11101001100000001010011111100111100010111001011111100101100110101010010101000010 | e980a7e78b97e59aa542 |
| EUC-JP | 騾ァ迢怜嗇B | 1111000111100000100011101010011111101101111010111100111011100111110101001010011101000010 | f1e08ea7edebcee7d4a742 |
| UTF-8 | 騾ァ迢怜嗇B | 11101001101010001011111011101111101111011010011111101000101111111010001011100110100000001001110011100101100101111000011101000010 | e9a8beefbda7e8bfa2e6809ce5978742 |
| UHC | ???怜嗇B | 0011111100111111001111111101011010111011110111111110000001000010 | 3f3f3fd6bbdfe042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)