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 | 掌ο? | 1000111110110110100000111100110100111111 | 8fb683cd3f |
EUC-JP | 掌ο? | 1011111010111000101001101100111100111111 | beb8a6cf3f |
UTF-8 | 掌ο풁 | 1110011010001110100011001100111010111111111011011001001010000001 | e68e8ccebfed9281 |
UHC | 掌ο풁 | 111011011110011010100101111011111011111010001010 | ede6a5efbe8a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)