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 | 裂隴椥 | 100101111111010011101000101011011001111010100111 | 97f4e8ad9ea7 |
EUC-JP | 裂隴椥 | 110011101111011011110000101011111101110010101001 | cef6f0afdca9 |
UTF-8 | 裂隴椥 | 111010001010001110000010111010011001101010110100111001101010010010100101 | e8a382e99ab4e6a4a5 |
UHC | 裂?? | 11010110101011100011111100111111 | d6ae3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)