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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 證褐滾濟? | 111001101001101010001010100011001001111111110110111000000101101000111111 | e69a8a8c9ff6e05a3f |
EUC-JP | 證褐滾濟? | 111010111111101010110011111011001101111011111000110111111011101100111111 | ebfab3ecdef8dfbb3f |
UTF-8 | 證褐滾濟매 | 111010001010110110001001111010001010010010010000111001101011101110111110111001101011111110011111111010111010011110100100 | e8ad89e8a490e6bbbee6bf9feba7a4 |
UHC | 證褐滾濟매 | 11110001111110111100101011101000110011011110001111110000101011011011100011000101 | f1fbcae8cde3f0adb8c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)