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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 畯堪蹈? | 11111011011011111000101010101100111001110100010000111111 | fb6f8aace7443f |
EUC-JP | 畯堪蹈侁 | 10001111110011011011101110110100101011101110110110100101100011111011000011111100 | 8fcdbbb4aeeda58fb0fc |
UTF-8 | 畯堪蹈侁 | 111001111001010110101111111001011010000010101010111010001011100110001000111001001011111010000001 | e795afe5a0aae8b988e4be81 |
UHC | 畯堪蹈侁 | 1111000111100001110010101110110111010100101100001110001111100000 | f1e1caedd4b0e3e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)