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 | 閨ー迺句ァ竸 | 11101000100000011011000011100111100100101000101111100101101001111001100101011110 | e881b0e7928be5a7995e |
| EUC-JP | 閨ー迺句ァ竸 | 111011111110000110001110101100001110110111110010101101101110011110001110101001111101000110111111 | efe18eb0edf2b6e78ea7d1bf |
| UTF-8 | 閨ー迺句ァ竸 | 111010011001011010101000111011111011110110110000111010001011111110111010111001011000111110100101111011111011110110100111111001111010101110111000 | e996a8efbdb0e8bfbae58fa5efbda7e7abb8 |
| UHC | 閨??句?? | 1101000010110001001111110011111111001111101000110011111100111111 | d0b13f3fcfa33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)