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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 覲癩奔\ | 11100110010100101110000110011010100101100111101001011100 | e652e19a967a5c |
EUC-JP | 覲癩奔\ | 11101011101100111110000111111010110010111101101101011100 | ebb3e1facbdb5c |
UTF-8 | 覲癩奔\ | 11101000101001101011001011100111100110011010100111100101101001011001010001011100 | e8a6b2e799a9e5a5945c |
UHC | 覲癩奔\ | 11010000110011001101010011111101110111011100011001011100 | d0ccd4fdddc65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)