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 | ???????V | 0011111100111111001111110011111100111111001111110011111101010110 | 3f3f3f3f3f3f3f56 |
| SJIS-WIN | ???????V | 0011111100111111001111110011111100111111001111110011111101010110 | 3f3f3f3f3f3f3f56 |
| EUC-JP | ???????V | 0011111100111111001111110011111100111111001111110011111101010110 | 3f3f3f3f3f3f3f56 |
| UTF-8 | 찾혷혣찾혧혺찾V | 11101100101100001011111011101101100110001011011111101101100110001010001111101100101100001011111011101101100110001010011111101101100110001011101011101100101100001011111001010110 | ecb0beed98b7ed98a3ecb0beed98a7ed98baecb0be56 |
| UHC | 찾혷혣찾혧혺찾V | 110000111010001111000010100111101100001010001100110000111010001111000010100011111100001010011111110000111010001101010110 | c3a3c29ec28cc3a3c28fc29fc3a356 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)