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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 跛セ迯オ^ | 11100110111010101011111011100111100011011011010101011110 | e6eabee78db55e |
EUC-JP | 跛セ迯オ^ | 111011001110110010001110101111101110110111101101100011101011010101011110 | ecec8ebeeded8eb55e |
UTF-8 | 跛セ迯オ^ | 11101000101101111001101111101111101111011011111011101000101111111010111111101111101111011011010101011110 | e8b79befbdbee8bfafefbdb55e |
UHC | 跛???^ | 111101111111010100111111001111110011111101011110 | f7f53f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)