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 | ?弄 | 001111111001100001001101 | 3f984d |
EUC-JP | ?弄 | 001111111100111110101110 | 3fcfae |
UTF-8 | 츌弄 | 111011001011100010001100111001011011110010000100 | ecb88ce5bc84 |
UHC | 츌弄 | 11000011111101001101011011100111 | c3f4d6e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)