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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鬱?淫??錚 | 100111110101010000111111100010001111101000111111001111111110100001000010 | 9f543f88fa3f3fe842 |
EUC-JP | 鬱?淫??錚 | 110111011011010100111111101100001111110000111111001111111110111110100011 | ddb53fb0fc3f3fefa3 |
UTF-8 | 鬱렠淫꿰쓱錚 | 111010011010110010110001111010111010000010100000111001101011011110101011111010101011111110110000111011001001001110110001111010011000110010011010 | e9acb1eba0a0e6b7abeabfb0ec93b1e98c9a |
UHC | 鬱렠淫꿰쓱錚 | 111010101010011010001110101100011110101111100010101100101110011110111110101100111110111010110110 | eaa68eb1ebe2b2e7beb3eeb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)