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 | 鈺嫉燾軸糜 | 11111011110001001000111010111001111110110101101010001110101100101110001011110100 | fbc48eb9fb5a8eb2e2f4 |
EUC-JP | 鈺嫉燾軸糜 | 100011111110001111010101101111001011101110001111110010101011110110111100101101001110010011110110 | 8fe3d5bcbb8fcabdbcb4e4f6 |
UTF-8 | 鈺嫉燾軸糜 | 111010011000100010111010111001011010101110001001111001111000011110111110111010001011101110111000111001111011001110011100 | e988bae5ab89e787bee8bbb8e7b39c |
UHC | 鈺嫉燾軸? | 111010001010110111110010111011001101010010100111111101011110111000111111 | e8adf2ecd4a7f5ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)