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 | 轅?頂?? | 11100111011101100011111110010010101110000011111100111111 | e7763f92b83f3f |
| EUC-JP | 轅?頂?? | 11101101110101110011111111000100101110100011111100111111 | edd73fc4ba3f3f |
| UTF-8 | 轅렟頂숄렱 | 111010001011110110000101111010111010000010011111111010011010000010000010111011001000100010000100111010111010000010110001 | e8bd85eba09fe9a082ec8884eba0b1 |
| UHC | 轅렟頂숄렱 | 11101010101111111000111010110000111100001010001010111100111100011000111010111110 | eabf8eb0f0a2bcf18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)