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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | ???緝F | 001111110011111100111111111000110110100001000110 | 3f3f3fe36846 |
EUC-JP | ???緝F | 001111110011111100111111111001011100100101000110 | 3f3f3fe5c946 |
UTF-8 | 쒔렢렊緝F | 11101100100100101001010011101011101000001010001011101011101000001000101011100111101101111001110101000110 | ec9294eba0a2eba08ae7b79d46 |
UHC | 쒔렢렊緝F | 101111101010110110001110101100111000111010100001111100101111110101000110 | bead8eb38ea1f2fd46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)