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 | ?P????^ | 00111111010100000011111100111111001111110011111101011110 | 3f503f3f3f3f5e |
| SJIS-WIN | ?P????^ | 00111111010100000011111100111111001111110011111101011110 | 3f503f3f3f3f5e |
| EUC-JP | ?P????^ | 00111111010100000011111100111111001111110011111101011110 | 3f503f3f3f3f5e |
| UTF-8 | 청P혴챌혺혳^ | 1110110010110010101011010101000011101101100110001011010011101100101100011000110011101101100110001011101011101101100110001011001101011110 | ecb2ad50ed98b4ecb18ced98baed98b35e |
| UHC | 청P혴챌혺혳^ | 110000111011101101010000110000101001101111000011101001111100001010011111110000101001101001011110 | c3bb50c29bc3a7c29fc29a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)