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 | 中儡?? | 100100101000011010011001010100110011111100111111 | 928699533f3f |
EUC-JP | 中儡?? | 110000111110011011010001101101000011111100111111 | c3e6d1b43f3f |
UTF-8 | 中儡렱렓 | 111001001011100010101101111001011000010010100001111010111010000010110001111010111010000010010011 | e4b8ade584a1eba0b1eba093 |
UHC | 中儡렱렓 | 1111000111101001110101101110110110001110101111101000111010101000 | f1e9d6ed8ebe8ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)