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 | ???LF | 0011111100111111001111110100110001000110 | 3f3f3f4c46 |
SJIS-WIN | ??額LF | 001111110011111110001010011110100100110001000110 | 3f3f8a7a4c46 |
EUC-JP | ??額LF | 001111110011111110110011110110110100110001000110 | 3f3fb3db4c46 |
UTF-8 | 궷젱額LF | 1110101010110110101101111110110010100000101100011110100110100001100011010100110001000110 | eab6b7eca0b1e9a18d4c46 |
UHC | 궷젱額LF | 1011000111001100110000011010110111100100111111100100110001000110 | b1ccc1ade4fe4c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)