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???e?? | 0011111101100101001111110011111100111111011001010011111100111111 | 3f653f3f3f653f3f |
| SJIS-WIN | ?e???e?? | 0011111101100101001111110011111100111111011001010011111100111111 | 3f653f3f3f653f3f |
| EUC-JP | ?e???e?? | 0011111101100101001111110011111100111111011001010011111100111111 | 3f653f3f3f653f3f |
| UTF-8 | 창e혴찼창e챈짹 | 1110110010110000101111010110010111101101100110001011010011101100101100001011110011101100101100001011110101100101111011001011000110001000111011001010011110111001 | ecb0bd65ed98b4ecb0bcecb0bd65ecb188eca7b9 |
| UHC | 창e혴찼창e챈짹 | 1100001110100010011001011100001010011011110000111010000111000011101000100110010111000011101001101100001010110001 | c3a265c29bc3a1c3a265c3a6c2b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)