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 | 鉎自雫鉎自 | 111110111100011110001110101010011111001010101101100011101011010011111011110001111000111010101001 | fbc78ea9f2ad8eb4fbc78ea9 |
| EUC-JP | 鉎自?雫鉎自 | 10001111111000111101111110111100101010110011111110111100101101101000111111100011110111111011110010101011 | 8fe3dfbcab3fbcb68fe3dfbcab |
| UTF-8 | 鉎自雫鉎自 | 111010011000100110001110111010001000011110101010111011101000011110100100111010011001101110101011111010011000100110001110111010001000011110101010 | e9898ee887aaee87a4e99babe9898ee887aa |
| UHC | ?自???自 | 0011111111101101101110110011111100111111001111111110110110111011 | 3fedbb3f3f3fedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)