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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 耀??蹂?? | 1001011101110011001111110011111111100110111110000011111100111111 | 97733f3fe6f83f3f |
| EUC-JP | 耀??蹂?? | 1100110111010100001111110011111111101100111110100011111100111111 | cdd43f3fecfa3f3f |
| UTF-8 | 耀붺탢蹂뺝폇 | 111010001000000010000000111010111011011010111010111011011000001110100010111010001011100110000010111010111011101010011101111011011000111110000111 | e88080ebb6baed83a2e8b982ebba9ded8f87 |
| UHC | 耀붺탢蹂뺝폇 | 111010011010010110010100111001111011010110000101111010111011001110010101111001011011110010010100 | e9a594e7b585ebb395e5bc94 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)