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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 甸????? | 10011001101100100011111100111111001111110011111100111111 | 99b23f3f3f3f3f |
EUC-JP | 甸????? | 11010010101101000011111100111111001111110011111100111111 | d2b43f3f3f3f3f |
UTF-8 | 甸ㅴ퐥栒뤿ㅄ | 111001111001010010111000111000111000010110110100111011011001000010100101111001101010000010010010111010111010010010111111111000111000010110000100 | e794b8e385b4ed90a5e6a092eba4bfe38584 |
UHC | 甸ㅴ퐥栒뤿ㅄ | 111011111010010010100100111001001011110110001110111000101110001110001111111010111010010010110100 | efa4a4e4bd8ee2e38feba4b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)