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 | Â@qÂCÂBO | 1100001010010010010000000111000111000010100100100100001111000010100100100100001001001111 | c2924071c29243c292424f |
| SJIS-WIN | ??@q??C??BO | 0011111100111111010000000111000100111111001111110100001100111111001111110100001001001111 | 3f3f40713f3f433f3f424f |
| EUC-JP | Â?@qÂ?CÂ?BO | 1000111110101010101001000011111101000000011100011000111110101010101001000011111101000011100011111010101010100100001111110100001001001111 | 8faaa43f40718faaa43f438faaa43f424f |
| UTF-8 | Â@qÂCÂBO | 1100001110000010110000101001001001000000011100011100001110000010110000101001001001000011110000111000001011000010100100100100001001001111 | c382c2924071c382c29243c382c292424f |
| UHC | ??@q??C??BO | 0011111100111111010000000111000100111111001111110100001100111111001111110100001001001111 | 3f3f40713f3f433f3f424f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)