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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 琮?蔚?燿 | 1111101101101010001111111000100101010101001111111110000010100000 | fb6a3f89553fe0a0 |
EUC-JP | 琮?蔚?燿 | 100011111100110010110010001111111011000110110110001111111110000010100010 | 8fccb23fb1b63fe0a2 |
UTF-8 | 琮렩蔚렠燿 | 111001111001000010101110111010111010000010101001111010001001010010011010111010111010000010100000111001111000011110111111 | e790aeeba0a9e8949aeba0a0e787bf |
UHC | 琮렩蔚렠燿 | 11110000111110011000111010110111111010101010010110001110101100011110100011111100 | f0f98eb7eaa58eb1e8fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)