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 | 11100111101001111011101111100010100010001011110111100010100101001010100001000110 | e7a7bbe288bde294a846 |
EUC-JP | 遘サ竏ス笏ィF | 11101110101010011000111010111011111000111110100010001110101111011110001111110100100011101010100001000110 | eea98ebbe3e88ebde3f48ea846 |
UTF-8 | 遘サ竏ス笏ィF | 11101001100000011001100011101111101111011011101111100111101010111000111111101111101111011011110111100111101011001000111111101111101111011010100001000110 | e98198efbdbbe7ab8fefbdbde7ac8fefbda846 |
UHC | ????笏?F | 0011111100111111001111110011111111111011111011100011111101000110 | 3f3f3f3ffbee3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)