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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 逧鍋査G | 11100111100110101001001111100111100011011011100001000111 | e79a93e78db847 |
EUC-JP | 逧鍋査G | 11101101111110101100011011101001101110101011101001000111 | edfac6e9baba47 |
UTF-8 | 逧鍋査G | 11101001100000001010011111101001100011011000101111100110100111111011101101000111 | e980a7e98d8be69fbb47 |
UHC | ?鍋査G | 001111111100111010100111110111101101101101000111 | 3fcea7dedb47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)