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 | ?E???K?? | 0011111101000101001111110011111100111111010010110011111100111111 | 3f453f3f3f4b3f3f |
| SJIS-WIN | ?E???K?? | 0011111101000101001111110011111100111111010010110011111100111111 | 3f453f3f3f4b3f3f |
| EUC-JP | ?E???K?? | 0011111101000101001111110011111100111111010010110011111100111111 | 3f453f3f3f4b3f3f |
| UTF-8 | 채E혥혝혣K챈쨍 | 1110110010110001100001000100010111101101100110001010010111101101100110001001110111101101100110001010001101001011111011001011000110001000111011001010100010001101 | ecb18445ed98a5ed989ded98a34becb188eca88d |
| UHC | 채E혥혝혣K챈쨍 | 1100001110100100010001011100001010001101110000101000011111000010100011000100101111000011101001101100001010111000 | c3a445c28dc287c28c4bc3a6c2b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)