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 | ????£? | 001111110011111100111111001111111010001100111111 | 3f3f3f3fa33f |
SJIS-WIN | 闡「迸手£蛟 | 1110100010010001101000101110011110011110100011101110100010000001100100101110010110000000 | e891a2e79e8ee88192e580 |
EUC-JP | 闡「迸手£蛟 | 111011111111000110001110101000101110110111111110101111001110101010100001111100101110100111100000 | eff18ea2edfebceaa1f2e9e0 |
UTF-8 | 闡「迸手£蛟 | 1110100110010111101000011110111110111101101000101110100010111111101110001110011010001001100010111100001010100011111010001001101110011111 | e997a1efbda2e8bfb8e6898bc2a3e89b9f |
UHC | 闡??手?蛟 | 111101001100010100111111001111111110001010100010001111111100111011110001 | f4c53f3fe2a23fcef1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)