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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 迺柯 | 11100111100100101001111001101000 | e7929e68 |
EUC-JP | 迺柯 | 11101101111100101101101111001001 | edf2dbc9 |
UTF-8 | 迺柯 | 111010001011111110111010111001101001111110101111 | e8bfbae69faf |
UHC | ?柯 | 001111111100101010101111 | 3fcaaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)