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 | ??b[??b[^ | 001111110011111101100010010110110011111100111111011000100101101101011110 | 3f3f625b3f3f625b5e |
SJIS-WIN | ??b[??b[^ | 001111110011111101100010010110110011111100111111011000100101101101011110 | 3f3f625b3f3f625b5e |
EUC-JP | ??b[??b[^ | 001111110011111101100010010110110011111100111111011000100101101101011110 | 3f3f625b3f3f625b5e |
UTF-8 | 롐롎b[롐롎b[^ | 1110101110100001100100001110101110100001100011100110001001011011111010111010000110010000111010111010000110001110011000100101101101011110 | eba190eba18e625beba190eba18e625b5e |
UHC | 롐롎b[롐롎b[^ | 10001110110101101000111011010100011000100101101110001110110101101000111011010100011000100101101101011110 | 8ed68ed4625b8ed68ed4625b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)