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 | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | ?咐E | 00111111100110011111001101000101 | 3f99f345 |
EUC-JP | ?咐E | 00111111110100101111010101000101 | 3fd2f545 |
UTF-8 | 뤫咐E | 11101011101001001010101111100101100100101001000001000101 | eba4abe5929045 |
UHC | 뤫咐E | 1000111111011001110111001111101101000101 | 8fd9dcfb45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)