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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??琵 | 00111111001111111001010011111010 | 3f3f94fa |
EUC-JP | 棅?琵 | 100011111100001111111011001111111100100011111100 | 8fc3fb3fc8fc |
UTF-8 | 棅쒜琵 | 111001101010001110000101111011001001001010011100111001111001000010110101 | e6a385ec929ce790b5 |
UHC | 棅쒜琵 | 110111001011100010111110101011101101110111110101 | dcb8beaeddf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)