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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ?耀^ | 00111111100101110111001101011110 | 3f97735e |
EUC-JP | ?耀^ | 00111111110011011101010001011110 | 3fcdd45e |
UTF-8 | 롐耀^ | 11101011101000011001000011101000100000001000000001011110 | eba190e880805e |
UHC | 롐耀^ | 1000111011010110111010011010010101011110 | 8ed6e9a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)