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 | 鬱葛榧妖? | 100111110101010010001010100010111001111011010000100101110110010000111111 | 9f548a8b9ed097643f |
EUC-JP | 鬱葛榧妖? | 110111011011010110110011111010111101110011010010110011011100010100111111 | ddb5b3ebdcd2cdc53f |
UTF-8 | 鬱葛榧妖렓 | 111010011010110010110001111010001001000110011011111001101010011010100111111001011010011010010110111010111010000010010011 | e9acb1e8919be6a6a7e5a696eba093 |
UHC | 鬱葛榧妖렓 | 11101010101001101100101011100111110111011110111011101000111011011000111010101000 | eaa6cae7ddeee8ed8ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)