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 | 弱?ズ | 1000111011100011001111111000001101011001 | 8ee33f8359 |
EUC-JP | 弱?ズ | 1011110011100101001111111010010110111010 | bce53fa5ba |
UTF-8 | 弱븀ズ | 111001011011110010110001111010111011100010000000111000111000001010111010 | e5bcb1ebb880e382ba |
UHC | 弱븀ズ | 111001011011000010111010111001111010101110111010 | e5b0bae7abba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)