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 | 止?苑漑 | 10001110011111100011111110001001100100011001111111110010 | 8e7e3f89919ff2 |
EUC-JP | 止?苑漑 | 10111011110111110011111110110001111100011101111011110100 | bbdf3fb1f1def4 |
UTF-8 | 止렞苑漑 | 111001101010110110100010111010111010000010011110111010001000101110010001111001101011110010010001 | e6ada2eba09ee88b91e6bc91 |
UHC | 止렞苑漑 | 1111001010101101100011101010111111101010101111011100101111001001 | f2ad8eafeabdcbc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)