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 | ンコ瓏 | 11011101101110101110000011111010 | ddbae0fa |
EUC-JP | ンコ瓏 | 100011101101110110001110101110101110000011111100 | 8edd8ebae0fc |
UTF-8 | ンコ瓏 | 111011111011111010011101111011111011110110111010111001111001001110001111 | efbe9defbdbae7938f |
UHC | ??瓏 | 00111111001111111101011011101010 | 3f3fd6ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)