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 | 怡?助?瑤 | 1001110001111101001111111000111110010101001111111110101010100010 | 9c7d3f8f953feaa2 |
EUC-JP | 怡?助?瑤 | 1101011111011110001111111011110111110101001111111111010010100100 | d7de3fbdf53ff4a4 |
UTF-8 | 怡렫助렪瑤 | 111001101000000010100001111010111010000010101011111001011000101010101001111010111010000010101010111001111001000110100100 | e680a1eba0abe58aa9eba0aae791a4 |
UHC | 怡렫助렪瑤 | 11101100101011101000111010111001111100001011111010001110101110001110100011111101 | ecae8eb9f0be8eb8e8fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)