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 | 闡「迸手£ | 111010001001000110100010111001111001111010001110111010001000000110010010 | e891a2e79e8ee88192 |
EUC-JP | 闡「迸手£ | 11101111111100011000111010100010111011011111111010111100111010101010000111110010 | eff18ea2edfebceaa1f2 |
UTF-8 | 闡「迸手£ | 111010011001011110100001111011111011110110100010111010001011111110111000111001101000100110001011111011111011111110100001 | e997a1efbda2e8bfb8e6898befbfa1 |
UHC | 闡??手£ | 1111010011000101001111110011111111100010101000101010000111001100 | f4c53f3fe2a2a1cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)