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 | 逍f溂兌h | 11100111100101101000001010000110100111111110000110011001010110111000001010001000 | e79682869fe1995b8288 |
EUC-JP | 逍f溂兌h | 11101101111101101010001111100110110111101110001111010001101111001010001111101000 | edf6a3e6dee3d1bca3e8 |
UTF-8 | 逍f溂兌h | 111010011000000010001101111011111011110110000110111001101011101010000010111001011000010110001100111011111011110110001000 | e9808defbd86e6ba82e5858cefbd88 |
UHC | 逍f?兌h | 111000011100111010100011111001100011111111110111101110101010001111101000 | e1cea3e63ff7baa3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)