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 | 漬???有 | 10010010110100000011111100111111001111111001011101001100 | 92d03f3f3f974c |
EUC-JP | 漬???有 | 11000100110100100011111100111111001111111100110110101101 | c4d23f3f3fcdad |
UTF-8 | 漬렓渽렜有 | 111001101011110010101100111010111010000010010011111001101011100010111101111010111010000010011100111001101001110010001001 | e6bcaceba093e6b8bdeba09ce69c89 |
UHC | 漬렓渽렜有 | 11110010101100001000111010101000111011101010101010001110101011101110101011110011 | f2b08ea8eeaa8eaeeaf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)