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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 絏肴燦E | 11100011010100011000110111100110100011100101011101000101 | e3518de68e5745 |
EUC-JP | 絏肴燦E | 11100101101100101011101011101000101110111011100001000101 | e5b2bae8bbb845 |
UTF-8 | 絏肴燦E | 11100111101101011000111111101000100000101011010011100111100001111010011001000101 | e7b58fe882b4e787a645 |
UHC | ?肴燦E | 001111111111110110100010111100111011111001000101 | 3ffda2f3be45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)