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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 稔?氾姚 | 10010110101010110011111110010100110000111001101101001100 | 96ab3f94c39b4c |
EUC-JP | 稔?氾姚 | 11001100101011010011111111001000110001011101010110101101 | ccad3fc8c5d5ad |
UTF-8 | 稔멱氾姚 | 111001111010100010010100111010111010100110110001111001101011000010111110111001011010011110011010 | e7a894eba9b1e6b0bee5a79a |
UHC | 稔멱氾姚 | 1110110011111001101110001110100011011011111100001110100011101110 | ecf9b8e8dbf0e8ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)