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 | 辷孺辷學^ | 111001111000100010011011011111011110011110001000100110110111101101011110 | e7889b7de7889b7b5e |
EUC-JP | 辷孺辷學^ | 111011011110100011010101110111101110110111101000110101011101110001011110 | ede8d5deede8d5dc5e |
UTF-8 | 辷孺辷學^ | 11101000101111101011011111100101101011011011101011101000101111101011011111100101101011011011100001011110 | e8beb7e5adbae8beb7e5adb85e |
UHC | ?孺?學^ | 00111111111010101110100000111111111110011100101001011110 | 3feae83ff9ca5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)