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 | ??q????O | 0011111100111111011100010011111100111111001111110011111101001111 | 3f3f713f3f3f3f4f |
| SJIS-WIN | ??q????O | 0011111100111111011100010011111100111111001111110011111101001111 | 3f3f713f3f3f3f4f |
| EUC-JP | ??q????O | 0011111100111111011100010011111100111111001111110011111101001111 | 3f3f713f3f3f3f4f |
| UTF-8 | 렺찼q렺채렺찾O | 1110101110100000101110101110110010110000101111000111000111101011101000001011101011101100101100011000010011101011101000001011101011101100101100001011111001001111 | eba0baecb0bc71eba0baecb184eba0baecb0be4f |
| UHC | 렺찼q렺채렺찾O | 1000111011000010110000111010000101110001100011101100001011000011101001001000111011000010110000111010001101001111 | 8ec2c3a1718ec2c3a48ec2c3a34f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)