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?~ | 001111110011111100111111010001100011111101111110 | 3f3f3f463f7e |
SJIS-WIN | ???F?~ | 001111110011111100111111010001100011111101111110 | 3f3f3f463f7e |
EUC-JP | ???F?~ | 001111110011111100111111010001100011111101111110 | 3f3f3f463f7e |
UTF-8 | 혨횑혪F혧~ | 1110110110011000101010001110110110011010100100011110110110011000101010100100011011101101100110001010011101111110 | ed98a8ed9a91ed98aa46ed98a77e |
UHC | 혨횑혪F혧~ | 11000010100100001100001110001100110000101001001001000110110000101000111101111110 | c290c38cc29246c28f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)