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 | û¦èé | 111110111001110110100110111010001001001010010100111010011000101110010111 | fb9da6e89294e98b97 |
SJIS-WIN | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
EUC-JP | û?¦è??é?? | 1000111110101011111001010011111110001111101000101100001110001111101010111011001000111111001111111000111110101011101100010011111100111111 | 8fabe53f8fa2c38fabb23f3f8fabb13f3f |
UTF-8 | û¦èé | 110000111011101111000010100111011100001010100110110000111010100011000010100100101100001010010100110000111010100111000010100010111100001010010111 | c3bbc29dc2a6c3a8c292c294c3a9c28bc297 |
UHC | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)