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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??勛 | 00111111001111111111101010001000 | 3f3ffa88 |
EUC-JP | ??勛 | 0011111100111111100011111011001111101110 | 3f3f8fb3ee |
UTF-8 | 팀뤈勛 | 111011011000110010000000111010111010010010001000111001011000101110011011 | ed8c80eba488e58b9b |
UHC | 팀뤈勛 | 110001101100000010001111101110001111110110110010 | c6c08fb8fdb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)