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 | 芻雁┏蕁 | 1110010010001101100010101110010110000100101011001110010101000000 | e48d8ae584ace540 |
EUC-JP | 芻雁┏蕁 | 1110011111101101101101001110011110101000101011101110100110100001 | e7edb4e7a8aee9a1 |
UTF-8 | 芻雁┏蕁 | 111010001000101010111011111010011001101110000001111000101001010010001111111010001001010110000001 | e88abbe99b81e2948fe89581 |
UHC | 芻雁┏蕁 | 1111010111010110111001001101001010100110101011101101001111000110 | f5d6e4d2a6aed3c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)