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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 樽多存辰属 | 10010010010011011001000110111101100100011011011010010010010000111001000110101110 | 924d91bd91b6924391ae |
EUC-JP | 樽多存辰属 | 11000011101011101100001010111111110000101011100011000011101001001100001010110000 | c3aec2bfc2b8c3a4c2b0 |
UTF-8 | 樽多存辰属 | 111001101010100010111101111001011010010010011010111001011010110110011000111010001011111010110000111001011011000110011110 | e6a8bde5a49ae5ad98e8beb0e5b19e |
UHC | 樽多存辰? | 111100011101110011010010111111011111000011101101111100101110001100111111 | f1dcd2fdf0edf2e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)