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 | 赭幎サ | 1110011011011110100110111110101110111011 | e6de9bebbb |
EUC-JP | 赭幎サ | 111011001110000011010110111011011000111010111011 | ece0d6ed8ebb |
UTF-8 | 赭幎サ | 111010001011010110101101111001011011100110001110111011111011110110111011 | e8b5ade5b98eefbdbb |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)