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퉿 | 111011111010011010010110111011111011110110000101111011011000100110111111 | efa696efbd85ed89bf |
UHC | 練e퉿 | 111001101101111110100011111001011011100110010111 | e6dfa3e5b997 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)