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 | 伊逗?鬱淡 | 100010001100100110010000100000000011111110011111010101001001001001010111 | 88c990803f9f549257 |
EUC-JP | 伊逗?鬱淡 | 101100001100101110111111111000000011111111011101101101011100001110111000 | b0cbbfe03fddb5c3b8 |
UTF-8 | 伊逗썬鬱淡 | 111001001011110010001010111010011000000010010111111011001000110110101100111010011010110010110001111001101011011110100001 | e4bc8ae98097ec8dace9acb1e6b7a1 |
UHC | 伊逗썬鬱淡 | 11101100101001011101010011101000101111011110001111101010101001101101001110111111 | eca5d4e8bde3eaa6d3bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)