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 | 艶????? | 10001001100100000011111100111111001111110011111100111111 | 89903f3f3f3f3f |
EUC-JP | 艶?孼??? | 101100011111000000111111100011111011101011000011001111110011111100111111 | b1f03f8fbac33f3f3f |
UTF-8 | 艶쵢孼껇꽦呂 | 111010001000100110110110111011001011010110100010111001011010110110111100111010101011101110000111111010101011110110100110111011111010011010000000 | e889b6ecb5a2e5adbceabb87eabda6efa680 |
UHC | 艶쵢孼껇꽦呂 | 111001101111110110101101010000101110010111101101100000111110100010000100101100011110010111111011 | e6fdad42e5ed83e884b1e5fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)