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 | 逋「鄙皆 | 11100111100110011010001011100111101111111000101001000110 | e799a2e7bf8a46 |
EUC-JP | 逋「鄙皆 | 1110110111111001100011101010001011101110110000011011001110100111 | edf98ea2eec1b3a7 |
UTF-8 | 逋「鄙皆 | 111010011000000010001011111011111011110110100010111010011000010010011001111001111001101010000110 | e9808befbda2e98499e79a86 |
UHC | 逋?鄙皆 | 11111000111001110011111111011110101010011100101111001011 | f8e73fdea9cbcb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)