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 | 痔鶯キ」 | 1111000010110101100011101010010011101001111100101011011110100011 | f0b58ea4e9f2b7a3 |
EUC-JP | ?痔鶯キ」 | 001111111011110010100110111100101111010010001110101101111000111010100011 | 3fbca6f2f48eb78ea3 |
UTF-8 | 痔鶯キ」 | 111011101000000110110100111001111001011110010100111010011011011010101111111011111011110110110111111011111011110110100011 | ee81b4e79794e9b6afefbdb7efbda3 |
UHC | ?痔鶯?? | 00111111111101101100000011100101101000110011111100111111 | 3ff6c0e5a33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)