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 | 漬???宜 | 10010010110100000011111100111111001111111000101101011000 | 92d03f3f3f8b58 |
EUC-JP | 漬???宜 | 11000100110100100011111100111111001111111011010110111001 | c4d23f3f3fb5b9 |
UTF-8 | 漬렓渽렜宜 | 111001101011110010101100111010111010000010010011111001101011100010111101111010111010000010011100111001011010111010011100 | e6bcaceba093e6b8bdeba09ce5ae9c |
UHC | 漬렓渽렜宜 | 11110010101100001000111010101000111011101010101010001110101011101110101111110001 | f2b08ea8eeaa8eaeebf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)