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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 辰??迦?^ | 1001001001000011001111110011111110001001110111100011111101011110 | 92433f3f89de3f5e |
EUC-JP | 辰??迦?^ | 1100001110100100001111110011111110110010111000000011111101011110 | c3a43f3fb2e03f5e |
UTF-8 | 辰섦뤚迦풮^ | 11101000101111101011000011101100100001001010011011101011101001001001101011101000101111111010011011101101100100101010111001011110 | e8beb0ec84a6eba49ae8bfa6ed92ae5e |
UHC | 辰섦뤚迦풮^ | 1111001011100011101111001011010010001111110010011100101010111100101111110101000001011110 | f2e3bcb48fc9cabcbf505e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)