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 | 烝?蔚?珥 | 1110000001111110001111111000100101010101001111111110000011100000 | e07e3f89553fe0e0 |
EUC-JP | 烝?蔚?珥 | 1101111111011111001111111011000110110110001111111110000011100010 | dfdf3fb1b63fe0e2 |
UTF-8 | 烝렒蔚렭珥 | 111001111000001110011101111010111010000010010010111010001001010010011010111010111010000010101101111001111000111110100101 | e7839deba092e8949aeba0ade78fa5 |
UHC | 烝렒蔚렭珥 | 11110001111101101000111010100111111010101010010110001110101110101110110010110100 | f1f68ea7eaa58ebaecb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)