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 | 怡?助?芸 | 1001110001111101001111111000111110010101001111111000110001111100 | 9c7d3f8f953f8c7c |
EUC-JP | 怡?助?芸 | 1101011111011110001111111011110111110101001111111011011111011101 | d7de3fbdf53fb7dd |
UTF-8 | 怡렫助렪芸 | 111001101000000010100001111010111010000010101011111001011000101010101001111010111010000010101010111010001000101010111000 | e680a1eba0abe58aa9eba0aae88ab8 |
UHC | 怡렫助렪芸 | 11101100101011101000111010111001111100001011111010001110101110001110100111111101 | ecae8eb9f0be8eb8e9fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)