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 | ?{S?}fB | 00111111011110110101001100111111011111010110011001000010 | 3f7b533f7d6642 |
SJIS-WIN | ?{S?}fB | 00111111011110110101001100111111011111010110011001000010 | 3f7b533f7d6642 |
EUC-JP | ?{S?}fB | 00111111011110110101001100111111011111010110011001000010 | 3f7b533f7d6642 |
UTF-8 | 혺{S찼}fB | 1110110110011000101110100111101101010011111011001011000010111100011111010110011001000010 | ed98ba7b53ecb0bc7d6642 |
UHC | 혺{S찼}fB | 110000101001111101111011010100111100001110100001011111010110011001000010 | c29f7b53c3a17d6642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)