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 | 100101001010100000111111001111111000101101100010001111110111101101100100 | 94a83f3f8b623f7b64 |
EUC-JP | 畑??誼?{d | 110010001010101000111111001111111011010111000011001111110111101101100100 | c8aa3f3fb5c33f7b64 |
UTF-8 | 畑룸챶誼쁷{d | 1110011110010101100100011110101110100011101110001110110010110001101101101110100010101010101111001110110010000001101101110111101101100100 | e79591eba3b8ecb1b6e8aabcec81b77b64 |
UHC | 畑룸챶誼쁷{d | 111011111010010110110111111010111010101010000011111010111111111010011000011110000111101101100100 | efa5b7ebaa83ebfe98787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)