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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 円??飮? | 10001001011111100011111100111111100111110101101000111111 | 897e3f3f9f5a3f |
EUC-JP | 円??飮? | 10110001110111110011111100111111110111011011101100111111 | b1df3f3fddbb3f |
UTF-8 | 円ㅿ퐦飮큚 | 111001011000011010000110111000111000010110111111111011011001000010100110111010011010001110101110111011011000000110011010 | e58686e385bfed90a6e9a3aeed819a |
UHC | 円ㅿ퐦飮큚 | 11100101111101111010010011101111101111011000111111101011111001101011010001101000 | e5f7a4efbd8febe6b468 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)