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 | 苞随秋芻 | 1110010010011010100100001000111110001111010010001110010010001101 | e49a908f8f48e48d |
EUC-JP | 苞随秋芻 | 1110011111111010101111111110111110111101101010011110011111101101 | e7fabfefbda9e7ed |
UTF-8 | 苞随秋芻 | 111010001000101110011110111010011001101010001111111001111010011110001011111010001000101010111011 | e88b9ee99a8fe7a78be88abb |
UHC | 苞?秋芻 | 11111000111000100011111111110101110101011111010111010110 | f8e23ff5d5f5d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)