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 | 闡「迸手£蛟 | 1110100010010001101000101110011110011110100011101110100010000001100100101110010110000000 | e891a2e79e8ee88192e580 |
EUC-JP | 闡「迸手£蛟 | 111011111111000110001110101000101110110111111110101111001110101010100001111100101110100111100000 | eff18ea2edfebceaa1f2e9e0 |
UTF-8 | 闡「迸手£蛟 | 111010011001011110100001111011111011110110100010111010001011111110111000111001101000100110001011111011111011111110100001111010001001101110011111 | e997a1efbda2e8bfb8e6898befbfa1e89b9f |
UHC | 闡??手£蛟 | 11110100110001010011111100111111111000101010001010100001110011001100111011110001 | f4c53f3fe2a2a1cccef1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)