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 | 熱?9宥 | 10010100010011010011111110000010010110001001011101000111 | 944d3f82589747 |
EUC-JP | 熱?9宥 | 11000111101011100011111110100011101110011100110110101000 | c7ae3fa3b9cda8 |
UTF-8 | 熱듬9宥 | 111001111000011010110001111010111001001110101100111011111011110010011001111001011010111010100101 | e786b1eb93acefbc99e5aea5 |
UHC | 熱듬9宥 | 1110011011110000101101011110101110100011101110011110101011101001 | e6f0b5eba3b9eae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)