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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 曜i?^ | 100101110110101010000010100010010011111101011110 | 976a82893f5e |
EUC-JP | 曜i?^ | 110011011100101110100011111010010011111101011110 | cdcba3e93f5e |
UTF-8 | 曜i슔^ | 11100110100110111001110011101111101111011000100111101100100010101001010001011110 | e69b9cefbd89ec8a945e |
UHC | 曜i슔^ | 11101000111110001010001111101001100110101010001101011110 | e8f8a3e99aa35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)