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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 痘价罐? | 10010011100101111001100011000001111000111010001100111111 | 939798c1e3a33f |
EUC-JP | 痘价罐? | 11000101111101111101000011000011111001101010010100111111 | c5f7d0c3e6a53f |
UTF-8 | 痘价罐옆 | 111001111001011110011000111001001011101110110111111001111011110110010000111011001001100010000110 | e79798e4bbb7e7bd90ec9886 |
UHC | 痘价罐옆 | 1101010011100011110010111100000011001110101110001011111110110111 | d4e3cbc0ceb8bfb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)