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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
EUC-JP | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
UTF-8 | 쩍횦h쩍횦 | 11101100101010011000110111101101100110101010011001101000111011001010100110001101111011011001101010100110 | eca98ded9aa668eca98ded9aa6 |
UHC | 쩍횦h쩍횦 | 110000101011110111000011100111010110100011000010101111011100001110011101 | c2bdc39d68c2bdc39d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)