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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 赭幗炊 | 111001101101111010011011111011001001000010000110 | e6de9bec9086 |
EUC-JP | 赭幗炊 | 111011001110000011010110111011101011111111100110 | ece0d6eebfe6 |
UTF-8 | 赭幗炊 | 111010001011010110101101111001011011100110010111111001111000001010001010 | e8b5ade5b997e7828a |
UHC | ??炊 | 00111111001111111111011010100111 | 3f3ff6a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)