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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
EUC-JP | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
UTF-8 | 劣꾆우뒡\ | 11101111101001101001110111101010101111101000011011101100100110101011000011101011100100101010000101011100 | efa69deabe86ec9ab0eb92a15c |
UHC | 劣꾆우뒡\ | 111001101110101110000100110011101011111111101100100010101001110101011100 | e6eb84cebfec8a9d5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)