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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 熱??宜 | 100101000100110100111111001111111000101101011000 | 944d3f3f8b58 |
EUC-JP | 熱??宜 | 110001111010111000111111001111111011010110111001 | c7ae3f3fb5b9 |
UTF-8 | 熱듈몺宜 | 111001111000011010110001111010111001001110001000111010111010101010111010111001011010111010011100 | e786b1eb9388ebaabae5ae9c |
UHC | 熱듈몺宜 | 1110011011110000101101011110001010010001101000001110101111110001 | e6f0b5e291a0ebf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)