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 | 旦達嘆臓^ | 100100100101010110010010010000101001001001010001100100011001111101011110 | 925592429251919f5e |
EUC-JP | 旦達嘆臓^ | 110000111011011011000011101000111100001110110010110000101010000101011110 | c3b6c3a3c3b2c2a15e |
UTF-8 | 旦達嘆臓^ | 11100110100101111010011011101001100000011001010011100101100110001000011011101000100001111001001101011110 | e697a6e98194e59886e887935e |
UHC | 旦達嘆?^ | 1101001110101001110100111011100111110111101000110011111101011110 | d3a9d3b9f7a33f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)