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 | ????£ | 0011111100111111001111110011111110100011 | 3f3f3f3fa3 |
SJIS-WIN | 闡「迸手£ | 111010001001000110100010111001111001111010001110111010001000000110010010 | e891a2e79e8ee88192 |
EUC-JP | 闡「迸手£ | 11101111111100011000111010100010111011011111111010111100111010101010000111110010 | eff18ea2edfebceaa1f2 |
UTF-8 | 闡「迸手£ | 1110100110010111101000011110111110111101101000101110100010111111101110001110011010001001100010111100001010100011 | e997a1efbda2e8bfb8e6898bc2a3 |
UHC | 闡??手? | 11110100110001010011111100111111111000101010001000111111 | f4c53f3fe2a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)