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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 寃??壯 | 100110111000001100111111001111111001101011100001 | 9b833f3f9ae1 |
EUC-JP | 寃??壯 | 110101011110001100111111001111111101010011100011 | d5e33f3fd4e3 |
UTF-8 | 寃얜ㅇ壯 | 111001011010111110000011111011001001011010011100111000111000010110000111111001011010001110101111 | e5af83ec969ce38587e5a3af |
UHC | 寃얜ㅇ壯 | 1110101010110010101111101110101110100100101101111110110111100000 | eab2beeba4b7ede0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)