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 | ?????{d | 00111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f7b64 |
SJIS-WIN | ???筍?{d | 0011111100111111001111111110001010100001001111110111101101100100 | 3f3f3fe2a13f7b64 |
EUC-JP | ???筍?{d | 0011111100111111001111111110010010100011001111110111101101100100 | 3f3f3fe4a33f7b64 |
UTF-8 | 咽됱빉筍뎣{d | 1110111110100110100111101110101110010000101100011110101110111001100010011110011110101101100011011110101110001110101000110111101101100100 | efa69eeb90b1ebb989e7ad8deb8ea37b64 |
UHC | 咽됱빉筍뎣{d | 111001101110110010001001111011001001010110101111111000101110110010001001011100100111101101100100 | e6ec89ec95afe2ec89727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)