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 | ??????u^ | 0011111100111111001111110011111100111111001111110111010101011110 | 3f3f3f3f3f3f755e |
| SJIS-WIN | ??????u^ | 0011111100111111001111110011111100111111001111110111010101011110 | 3f3f3f3f3f3f755e |
| EUC-JP | ??????u^ | 0011111100111111001111110011111100111111001111110111010101011110 | 3f3f3f3f3f3f755e |
| UTF-8 | 챈혲혲챤혫짚u^ | 1110110010110001100010001110110110011000101100101110110110011000101100101110110010110001101001001110110110011000101010111110110010100111100110100111010101011110 | ecb188ed98b2ed98b2ecb1a4ed98abeca79a755e |
| UHC | 챈혲혲챤혫짚u^ | 1100001110100110110000101001100111000010100110011100001110101110110000101001001111000010101001000111010101011110 | c3a6c299c299c3aec293c2a4755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)