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 | 侑儡?? | 100110001101000010011001010100110011111100111111 | 98d099533f3f |
EUC-JP | 侑儡?? | 110100001101001011010001101101000011111100111111 | d0d2d1b43f3f |
UTF-8 | 侑儡렗렰 | 111001001011111010010001111001011000010010100001111010111010000010010111111010111010000010110000 | e4be91e584a1eba097eba0b0 |
UHC | 侑儡렗렰 | 1110101011100010110101101110110110001110101011001000111010111101 | eae2d6ed8eac8ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)