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 | ??R\ | 00111111001111110101001001011100 | 3f3f525c |
SJIS-WIN | ?豐R\ | 0011111111100110101100100101001001011100 | 3fe6b2525c |
EUC-JP | 嶴豐R\ | 10001111101110111111001111101100101101000101001001011100 | 8fbbf3ecb4525c |
UTF-8 | 嶴豐R\ | 1110010110110110101101001110100010110001100100000101001001011100 | e5b6b4e8b190525c |
UHC | ??R\ | 00111111001111110101001001011100 | 3f3f525c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)