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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??馴???B | 0011111100111111100100111110100100111111001111110011111101000010 | 3f3f93e93f3f3f42 |
EUC-JP | ??馴???B | 0011111100111111110001101110101100111111001111110011111101000010 | 3f3fc6eb3f3f3f42 |
UTF-8 | 롛롗馴롛롗罹B | 11101011101000011001101111101011101000011001011111101001101001101011010011101011101000011001101111101011101000011001011111101111101001111010011001000010 | eba19beba197e9a6b4eba19beba197efa7a642 |
UHC | 롛롗馴롛롗罹B | 10001110110111111000111011011011111000101111100010001110110111111000111011011011111011001011101001000010 | 8edf8edbe2f88edf8edbecba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)