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 | ユセ瓏 | 11010101101111101110000011111010 | d5bee0fa |
EUC-JP | ユセ瓏 | 100011101101010110001110101111101110000011111100 | 8ed58ebee0fc |
UTF-8 | ユセ瓏 | 111011111011111010010101111011111011110110111110111001111001001110001111 | efbe95efbdbee7938f |
UHC | ??瓏 | 00111111001111111101011011101010 | 3f3fd6ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)