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 | ?®?\ | 00111111101011100011111101011100 | 3fae3f5c |
SJIS-WIN | 熱??\ | 1001010001001101001111110011111101011100 | 944d3f3f5c |
EUC-JP | 熱®?\ | 11000111101011101000111110100010111011100011111101011100 | c7ae8fa2ee3f5c |
UTF-8 | 熱®뜲\ | 111001111000011010110001110000101010111011101011100111001011001001011100 | e786b1c2aeeb9cb25c |
UHC | 熱®뜲\ | 11100110111100001010001011100111100011011011000001011100 | e6f0a2e78db05c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)