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 | ?e? | 00111111100000101000010100111111 | 3f82853f |
EUC-JP | ?e? | 00111111101000111110010100111111 | 3fa3e53f |
UTF-8 | 若e뜥 | 111011111010010110110100111011111011110110000101111010111001110010100101 | efa5b4efbd85eb9ca5 |
UHC | 若e뜥 | 111001011010111010100011111001011000110110101000 | e5aea3e58da8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)