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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ??衛^ | 0011111100111111100010010111000101011110 | 3f3f89715e |
EUC-JP | ??衛^ | 0011111100111111101100011101001001011110 | 3f3fb1d25e |
UTF-8 | 렭롐衛^ | 11101011101000001010110111101011101000011001000011101000101000011001101101011110 | eba0adeba190e8a19b5e |
UHC | 렭롐衛^ | 10001110101110101000111011010110111010101101101101011110 | 8eba8ed6eadb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)