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 | ?????}B | 00111111001111110011111100111111001111110111110101000010 | 3f3f3f3f3f7d42 |
SJIS-WIN | 鳶????}B | 1001001111001110001111110011111100111111001111110111110101000010 | 93ce3f3f3f3f7d42 |
EUC-JP | 鳶????}B | 1100011011010000001111110011111100111111001111110111110101000010 | c6d03f3f3f3f7d42 |
UTF-8 | 鳶멨콪呂몒}B | 1110100110110011101101101110101110101001101010001110110010111101101010101110111110100110100000001110101110101010100100100111110101000010 | e9b3b6eba9a8ecbdaaefa680ebaa927d42 |
UHC | 鳶멨콪呂몒}B | 111001101110100110111000111001011011000110011110111001011111101110010001011110100111110101000010 | e6e9b8e5b19ee5fb917a7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)