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 | 001111110100110001000110 | 3f4c46 |
SJIS-WIN | ?LF | 001111110100110001000110 | 3f4c46 |
EUC-JP | 鉥LF | 1000111111100011111010000100110001000110 | 8fe3e84c46 |
UTF-8 | 鉥LF | 1110100110001001101001010100110001000110 | e989a54c46 |
UHC | 鉥LF | 11100010111111000100110001000110 | e2fc4c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)