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 | 自鱧ー骼゚ | 11110010101010111000111010101001111010011110010110110000111010011000111011011111 | f2ab8ea9e9e5b0e98edf |
| EUC-JP | ?自鱧ー骼゚ | 0011111110111100101010111111001011100111100011101011000011110001111011101000111011011111 | 3fbcabf2e78eb0f1ee8edf |
| UTF-8 | 自鱧ー骼゚ | 111011101000011110100010111010001000011110101010111010011011000110100111111011111011110110110000111010011010101010111100111011111011111010011111 | ee87a2e887aae9b1a7efbdb0e9aabcefbe9f |
| UHC | ?自???? | 00111111111011011011101100111111001111110011111100111111 | 3fedbb3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)