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 | ?`???? | 001111110110000000111111001111110011111100111111 | 3f603f3f3f3f |
SJIS-WIN | ?`???? | 001111110110000000111111001111110011111100111111 | 3f603f3f3f3f |
EUC-JP | ?`???? | 001111110110000000111111001111110011111100111111 | 3f603f3f3f3f |
UTF-8 | 혱`혖짤혖횒 | 11101101100110001011000101100000111011011001100010010110111011001010011110100100111011011001100010010110111011011001101010010010 | ed98b160ed9896eca7a4ed9896ed9a92 |
UHC | 혱`혖짤혖횒 | 1100001010011000011000001100001010000001110000101010100111000010100000011100001110001101 | c29860c281c2a9c281c38d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)