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 | 怡??縫燔 | 1001110001111101001111110011111110010110010001001110000010011000 | 9c7d3f3f9644e098 |
EUC-JP | 怡??縫燔 | 1101011111011110001111110011111111001011101001011101111111111000 | d7de3f3fcba5dff8 |
UTF-8 | 怡렡李縫燔 | 111001101000000010100001111010111010000010100001111011111010011110100001111001111011100010101011111001111000011110010100 | e680a1eba0a1efa7a1e7b8abe78794 |
UHC | 怡렡李縫燔 | 11101100101011101000111010110010111011001011000011011100111011101101101111100010 | ecae8eb2ecb0dceedbe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)