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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 殃??殃?? | 1001111101101001001111110011111110011111011010010011111100111111 | 9f693f3f9f693f3f |
EUC-JP | 殃??殃?? | 1101110111001010001111110011111111011101110010100011111100111111 | ddca3f3fddca3f3f |
UTF-8 | 殃쇿뙔殃쇿뙔 | 111001101010111010000011111011001000011110111111111010111001100110010100111001101010111010000011111011001000011110111111111010111001100110010100 | e6ae83ec87bfeb9994e6ae83ec87bfeb9994 |
UHC | 殃쇿뙔殃쇿뙔 | 111001001110101010011001111001011000110010011001111001001110101010011001111001011000110010011001 | e4ea99e58c99e4ea99e58c99 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)