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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | ?o???F | 00111111100000101000111100111111001111110011111101000110 | 3f828f3f3f3f46 |
EUC-JP | 渶o???F | 100011111100011111101101101000111110111100111111001111110011111101000110 | 8fc7eda3ef3f3f3f46 |
UTF-8 | 渶o퐠劉퇑F | 11100110101110001011011011101111101111011000111111101101100100001010000011101111101001111000011111101101100001111001000101000110 | e6b8b6efbd8fed90a0efa787ed879146 |
UHC | 渶o퐠劉퇑F | 1110011110110111101000111110111110111101100010011110101011100101101110000100001001000110 | e7b7a3efbd89eae5b84246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)