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 | 00111111001111110011111100111111001111110111110101000010 | 3f3f3f3f3f7d42 |
EUC-JP | ???瑗?}B | 001111110011111100111111100011111100110011000000001111110111110101000010 | 3f3f3f8fccc03f7d42 |
UTF-8 | 捻뚭여瑗뇕}B | 1110111110100110101001001110101110011010101011011110110010010111101011001110011110010001100101111110101110000111100101010111110101000010 | efa6a4eb9aadec97ace79197eb87957d42 |
UHC | 捻뚭여瑗뇕}B | 111001101111011110001100111010101011111110101001111010101011110010000111011110100111110101000010 | e6f78ceabfa9eabc877a7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)