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 | ?縟矮楔 | 00111111111000110111010011100001111000101001111010110110 | 3fe374e1e29eb6 |
EUC-JP | ?縟矮楔 | 00111111111001011101010111100010111001001101110010111000 | 3fe5d5e2e4dcb8 |
UTF-8 | 숣縟矮楔 | 111011001000100010100011111001111011100010011111111001111001111110101110111001101010010110010100 | ec88a3e7b89fe79faee6a594 |
UHC | 숣縟矮楔 | 1001100111111110111010011011001011101000111000011110000011011011 | 99fee9b2e8e1e0db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)