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 | 11100101101010101010010011100101101110001010010111100111100010111011110001000110 | e5aaa4e5b8a5e78bbc46 |
EUC-JP | 蟐、蟶・迢シF | 11101010101011001000111010100100111010101011101010001110101001011110110111101011100011101011110001000110 | eaac8ea4eaba8ea5edeb8ebc46 |
UTF-8 | 蟐、蟶・迢シF | 11101000100111111001000011101111101111011010010011101000100111111011011011101111101111011010010111101000101111111010001011101111101111011011110001000110 | e89f90efbda4e89fb6efbda5e8bfa2efbdbc46 |
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)