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 | ?®?^ | 00111111101011100011111101011110 | 3fae3f5e |
SJIS-WIN | 熱??^ | 1001010001001101001111110011111101011110 | 944d3f3f5e |
EUC-JP | 熱®?^ | 11000111101011101000111110100010111011100011111101011110 | c7ae8fa2ee3f5e |
UTF-8 | 熱®몷^ | 111001111000011010110001110000101010111011101011101010101011011101011110 | e786b1c2aeebaab75e |
UHC | 熱®몷^ | 11100110111100001010001011100111100100011001111101011110 | e6f0a2e7919f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)