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 | ???x{d | 001111110011111100111111011110000111101101100100 | 3f3f3f787b64 |
SJIS-WIN | 鳶??x{d | 10010011110011100011111100111111011110000111101101100100 | 93ce3f3f787b64 |
EUC-JP | 鳶??x{d | 11000110110100000011111100111111011110000111101101100100 | c6d03f3f787b64 |
UTF-8 | 鳶멨룴x{d | 111010011011001110110110111010111010100110101000111010111010001110110100011110000111101101100100 | e9b3b6eba9a8eba3b4787b64 |
UHC | 鳶멨룴x{d | 111001101110100110111000111001011000111110101001011110000111101101100100 | e6e9b8e58fa9787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)