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 | ?????noBF | 001111110011111100111111001111110011111101101110011011110100001001000110 | 3f3f3f3f3f6e6f4246 |
SJIS-WIN | ゙ゥンンnoBF | 11011110101010011101110111111000111111001101110101101110011011110100001001000110 | dea9ddf8fcdd6e6f4246 |
EUC-JP | ゙ゥン?ンnoBF | 10001110110111101000111010101001100011101101110100111111100011101101110101101110011011110100001001000110 | 8ede8ea98edd3f8edd6e6f4246 |
UTF-8 | ゙ゥンンnoBF | 11101111101111101001111011101111101111011010100111101111101111101001110111101110100110101001101111101111101111101001110101101110011011110100001001000110 | efbe9eefbda9efbe9dee9a9befbe9d6e6f4246 |
UHC | ?????noBF | 001111110011111100111111001111110011111101101110011011110100001001000110 | 3f3f3f3f3f6e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)