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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 伍?????^ | 1000110011011110001111110011111100111111001111110011111101011110 | 8cde3f3f3f3f3f5e |
EUC-JP | 伍?????^ | 1011100011100000001111110011111100111111001111110011111101011110 | b8e03f3f3f3f3f5e |
UTF-8 | 伍곷젺說븍젇^ | 11100100101111001000110111101010101100111011011111101100101000001011101011101111101001101010000111101011101110001000110111101100101000001000011101011110 | e4bc8deab3b7eca0baefa6a1ebb88deca0875e |
UHC | 伍곷젺說븍젇^ | 11100111111010101000000111101011101000001010110111100110111100101011101011101011101000001000101001011110 | e7ea81eba0ade6f2baeba08a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)