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 | ??n\ | 00111111001111110110111001011100 | 3f3f6e5c |
SJIS-WIN | 偲蒔n\ | 100011101100001110001110101010100110111001011100 | 8ec38eaa6e5c |
EUC-JP | 偲蒔n\ | 101111001100010110111100101011000110111001011100 | bcc5bcac6e5c |
UTF-8 | 偲蒔n\ | 1110010110000001101100101110100010010010100101000110111001011100 | e581b2e892946e5c |
UHC | ?蒔n\ | 0011111111100011110010000110111001011100 | 3fe3c86e5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)