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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 捐?染?潟 | 1001110101101111001111111001000011110101001111111000101010000011 | 9d6f3f90f53f8a83 |
EUC-JP | 捐?染?潟 | 1101100111010000001111111100000011110111001111111011001111100011 | d9d03fc0f73fb3e3 |
UTF-8 | 捐롐染렰潟 | 111001101000110110010000111010111010000110010000111001101001111110010011111010111010000010110000111001101011110110011111 | e68d90eba190e69f93eba0b0e6bd9f |
UHC | 捐롐染렰潟 | 11100110110010001000111011010110111001101111100010001110101111011110000010110011 | e6c88ed6e6f88ebde0b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)