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 | 猶?∮?e | 1001011101010000001111111000011110010011001111111000001010000101 | 97503f87933f8285 |
EUC-JP | 猶???e | 11001101101100010011111100111111001111111010001111100101 | cdb13f3f3fa3e5 |
UTF-8 | 猶㏓∮緣e | 111001111000110010110110111000111000111110010011111000101000100010101110111001111011011110100011111011111011110110000101 | e78cb6e38f93e288aee7b7a3efbd85 |
UHC | 猶㏓∮緣e | 11101011101000101010011111101011101000101011000111100110110111101010001111100101 | eba2a7eba2b1e6dea3e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)