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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 驍オ讓奇ス」 | 111010011000001010110101111001101010100010001010111011111011110110100011 | e982b5e6a88aefbda3 |
EUC-JP | 驍オ讓奇ス」 | 111100011110001010001110101101011110110010101010101101001111000110001110101111011000111010100011 | f1e28eb5ecaab4f18ebd8ea3 |
UTF-8 | 驍オ讓奇ス」 | 111010011010100110001101111011111011110110110101111010001010111010010011111001011010010110000111111011111011110110111101111011111011110110100011 | e9a98defbdb5e8ae93e5a587efbdbdefbda3 |
UHC | 驍?讓奇?? | 111111011010010000111111111001011101001111010000111101000011111100111111 | fda43fe5d3d0f43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)