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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 嶝團嶝團^ | 100110111101000110011010101000111001101111010001100110101010001101011110 | 9bd19aa39bd19aa35e |
EUC-JP | 嶝團嶝團^ | 110101101101001111010100101001011101011011010011110101001010010101011110 | d6d3d4a5d6d3d4a55e |
UTF-8 | 嶝團嶝團^ | 11100101101101101001110111100101100111001001100011100101101101101001110111100101100111001001100001011110 | e5b69de59c98e5b69de59c985e |
UHC | 嶝團嶝團^ | 110101001111000111010011101001011101010011110001110100111010010101011110 | d4f1d3a5d4f1d3a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)