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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??療? | 0011111100111111100101111100001100111111 | 3f3f97c33f |
EUC-JP | ??療? | 0011111100111111110011101100010100111111 | 3f3fcec53f |
UTF-8 | 뤶핉療렪 | 111010111010010010110110111011011001010110001001111001111001100110000010111010111010000010101010 | eba4b6ed9589e79982eba0aa |
UHC | 뤶핉療렪 | 1000111111100100110000001000111011010110111110111000111010111000 | 8fe4c08ed6fb8eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)