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 | äõùèú¥ | 1110010011110101100110101111100111101000100101001111101010100101 | e4f59af9e894faa5 |
SJIS-WIN | ???????¥ | 001111110011111100111111001111110011111100111111001111111000000110001111 | 3f3f3f3f3f3f3f818f |
EUC-JP | äõ?ùè?ú? | 100011111010101110100011100011111010101111011000001111111000111110101011111000111000111110101011101100100011111110001111101010111110001000111111 | 8faba38fabd83f8fabe38fabb23f8fabe23f |
UTF-8 | äõùèú¥ | 11000011101001001100001110110101110000101001101011000011101110011100001110101000110000101001010011000011101110101100001010100101 | c3a4c3b5c29ac3b9c3a8c294c3bac2a5 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)