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 | Dº`^ | 10010010010001001001000110111010100011000110000001011110 | 924491ba8c605e |
| SJIS-WIN | ?D???`^ | 00111111010001000011111100111111001111110110000001011110 | 3f443f3f3f605e |
| EUC-JP | ?D?º?`^ | 001111110100010000111111100011111010001011101011001111110110000001011110 | 3f443f8fa2eb3f605e |
| UTF-8 | Dº`^ | 1100001010010010010001001100001010010001110000101011101011000010100011000110000001011110 | c29244c291c2bac28c605e |
| UHC | ?D?º?`^ | 0011111101000100001111111010100010101100001111110110000001011110 | 3f443fa8ac3f605e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)