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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ’?鷹?◆ | 1000000101100110001111111001000111101001001111111000000110011111 | 81663f91e93f819f |
EUC-JP | ’?鷹?◆ | 1010000111000111001111111100001011101011001111111010001010100001 | a1c73fc2eb3fa2a1 |
UTF-8 | ’룫鷹◈◆ | 111000101000000010011001111010111010001110101011111010011011011110111001111000101001011110001000111000101001011110000110 | e28099eba3abe9b7b9e29788e29786 |
UHC | ’룫鷹◈◆ | 10100001101011111000111110100010111010111110110110100010110000101010000111011111 | a1af8fa2ebeda2c2a1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)