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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鄙納鄙納^ | 111001111011111110010100010110111110011110111111100101000101101101011110 | e7bf945be7bf945b5e |
EUC-JP | 鄙納鄙納^ | 111011101100000111000111101111001110111011000001110001111011110001011110 | eec1c7bceec1c7bc5e |
UTF-8 | 鄙納鄙納^ | 11101001100001001001100111100111101101001000110111101001100001001001100111100111101101001000110101011110 | e98499e7b48de98499e7b48d5e |
UHC | 鄙納鄙納^ | 110111101010100111010010101000011101111010101001110100101010000101011110 | dea9d2a1dea9d2a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)