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 | 漬?鬱?? | 10010010110100000011111110011111010101000011111100111111 | 92d03f9f543f3f |
EUC-JP | 漬?鬱?? | 11000100110100100011111111011101101101010011111100111111 | c4d23fddb53f3f |
UTF-8 | 漬렮鬱렠裏 | 111001101011110010101100111010111010000010101110111010011010110010110001111010111010000010100000111011111010011110100111 | e6bcaceba0aee9acb1eba0a0efa7a7 |
UHC | 漬렮鬱렠裏 | 11110010101100001000111010111011111010101010011010001110101100011110110011000000 | f2b08ebbeaa68eb1ecc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)