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 | 驍ッ諛崎恩 | 111010011000001010101111111001101000011110001101111010001000100110110110 | e982afe6878de889b6 |
EUC-JP | 驍ッ諛崎恩 | 11110001111000101000111010101111111010111110011110111010111010101011001010111000 | f1e28eafebe7baeab2b8 |
UTF-8 | 驍ッ諛崎恩 | 111010011010100110001101111011111011110110101111111010001010101110011011111001011011010010001110111001101000000110101001 | e9a98defbdafe8ab9be5b48ee681a9 |
UHC | 驍?諛崎恩 | 111111011010010000111111111010111011000011010000111110001110101111011010 | fda43febb0d0f8ebda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)