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 | ?????k | 001111110011111100111111001111110011111101101011 | 3f3f3f3f3f6b |
| SJIS-WIN | 閭。隍川屆k | 11101000100000111010000111101000101001001001000011101100100110111001110001101011 | e883a1e8a490ec9b9c6b |
| EUC-JP | 閭。隍川屆k | 1110111111100011100011101010000111110000101001101100000011101110110101011111110001101011 | efe38ea1f0a6c0eed5fc6b |
| UTF-8 | 閭。隍川屆k | 11101001100101101010110111101111101111011010000111101001100110101000110111100101101101111001110111100101101100011000011001101011 | e996adefbda1e99a8de5b79de5b1866b |
| UHC | 閭?隍川屆k | 11010101111011110011111111111100110110111111010010111001110011001111101001101011 | d5ef3ffcdbf4b9ccfa6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)