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 | 00111111001111110011111100111111001111110011111101100101 | 3f3f3f3f3f3f65 |
SJIS-WIN | ??????e | 00111111001111110011111100111111001111110011111101100101 | 3f3f3f3f3f3f65 |
EUC-JP | ??????e | 00111111001111110011111100111111001111110011111101100101 | 3f3f3f3f3f3f65 |
UTF-8 | 챔혗혴챘혻혳e | 11101100101100011001010011101101100110001001011111101101100110001011010011101100101100011001100011101101100110001011101111101101100110001011001101100101 | ecb194ed9897ed98b4ecb198ed98bbed98b365 |
UHC | 챔혗혴챘혻혳e | 11000011101010001100001010000010110000101001101111000011101010111100001010100000110000101001101001100101 | c3a8c282c29bc3abc2a0c29a65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)