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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | ?釘琦E | 001111111001001101000010111110110110011101000101 | 3f9342fb6745 |
EUC-JP | ?釘琦E | 00111111110001011010001110001111110011001010101101000101 | 3fc5a38fccab45 |
UTF-8 | 쇽釘琦E | 11101100100001111011110111101001100001111001100011100111100100001010011001000101 | ec87bde98798e790a645 |
UHC | 쇽釘琦E | 10111100111011111110111111111001110100011010110101000101 | bcefeff9d1ad45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)