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 | ?e\ | 001111110110010101011100 | 3f655c |
SJIS-WIN | 蓉e\ | 10010111011101010110010101011100 | 9775655c |
EUC-JP | 蓉e\ | 11001101110101100110010101011100 | cdd6655c |
UTF-8 | 蓉e\ | 1110100010010011100010010110010101011100 | e89389655c |
UHC | 蓉e\ | 11101001110010000110010101011100 | e9c8655c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)