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 | ???z?v | 001111110011111100111111011110100011111101110110 | 3f3f3f7a3f76 |
SJIS-WIN | ???z?v | 001111110011111100111111011110100011111101110110 | 3f3f3f7a3f76 |
EUC-JP | ???z?v | 001111110011111100111111011110100011111101110110 | 3f3f3f7a3f76 |
UTF-8 | 챈챦혖z혰v | 1110110010110001100010001110110010110001101001101110110110011000100101100111101011101101100110001011000001110110 | ecb188ecb1a6ed98967aed98b076 |
UHC | 챈챦혖z혰v | 11000011101001101100001110101111110000101000000101111010110000101001011101110110 | c3a6c3afc2817ac29776 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)