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 | ì±ì±¤] | 11101100101100011000110011101100101100011010010001011101 | ecb18cecb1a45d |
SJIS-WIN | ?±??±?] | 001111111000000101111101001111110011111110000001011111010011111101011101 | 3f817d3f3f817d3f5d |
EUC-JP | �챤] | 100011111010101111000000101000011101111000111111100011111010101111000000101000011101111010001111101000101111000001011101 | 8fabc0a1de3f8fabc0a1de8fa2f05d |
UTF-8 | ì±ì±¤] | 11000011101011001100001010110001110000101000110011000011101011001100001010110001110000101010010001011101 | c3acc2b1c28cc3acc2b1c2a45d |
UHC | ?±??±¤] | 00111111101000011011111000111111001111111010000110111110101000101011010001011101 | 3fa1be3f3fa1bea2b45d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)