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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 茘器蒐脛 | 1110010010101011100010101110110110001111010011101110001111111000 | e4ab8aed8f4ee3f8 |
EUC-JP | 茘器蒐脛 | 1110100010101101101101001110111110111101101011111110011011111010 | e8adb4efbdafe6fa |
UTF-8 | 茘器蒐脛 | 111010001000110010011000111001011001100110101000111010001001001010010000111010001000010010011011 | e88c98e599a8e89290e8849b |
UHC | ?器蒐脛 | 00111111110100001110111111100010101111011100110011101011 | 3fd0efe2bdcceb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)