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 | ??K?? | 0011111100111111010010110011111100111111 | 3f3f4b3f3f |
SJIS-WIN | ??K?? | 0011111100111111010010110011111100111111 | 3f3f4b3f3f |
EUC-JP | ??K?? | 0011111100111111010010110011111100111111 | 3f3f4b3f3f |
UTF-8 | 횙짰K챨챕 | 11101101100110101001100111101100101001111011000001001011111011001011000110101000111011001011000110010101 | ed9a99eca7b04becb1a8ecb195 |
UHC | 횙짰K챨챕 | 110000111001001111000010101011100100101111000011101100001100001110101001 | c393c2ae4bc3b0c3a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)