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 | 滸?挾 | 1001111111110101001111111001110101110000 | 9ff53f9d70 |
EUC-JP | 滸?挾 | 1101111011110111001111111101100111010001 | def73fd9d1 |
UTF-8 | 滸뚠挾 | 111001101011101110111000111010111001101010100000111001101000110010111110 | e6bbb8eb9aa0e68cbe |
UHC | 滸뚠挾 | 111110111100101010110110110100111111101011110011 | fbcab6d3faf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)