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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | アフチュスF | 1011000111001100110000011010110110111101111101000100110001000110 | b1ccc1adbdf44c46 |
EUC-JP | アフチュス?F | 100011101011000110001110110011001000111011000001100011101010110110001110101111010011111101000110 | 8eb18ecc8ec18ead8ebd3f46 |
UTF-8 | アフチュスF | 11101111101111011011000111101111101111101000110011101111101111101000000111101111101111011010110111101111101111011011110111101110100010111011110001000110 | efbdb1efbe8cefbe81efbdadefbdbdee8bbc46 |
UHC | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)