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 | 蒿随輯芻 | 1110010011100100100100001000111110001111010100111110010010001101 | e4e4908f8f53e48d |
EUC-JP | 蒿随輯芻 | 1110100011100110101111111110111110111101101101001110011111101101 | e8e6bfefbdb4e7ed |
UTF-8 | 蒿随輯芻 | 111010001001001010111111111010011001101010001111111010001011110010101111111010001000101010111011 | e892bfe99a8fe8bcafe88abb |
UHC | 蒿?輯芻 | 11111011110110100011111111110010111111101111010111010110 | fbda3ff2fef5d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)