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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ???幼?^ | 00111111001111110011111110010111011000110011111101011110 | 3f3f3f97633f5e |
EUC-JP | ???幼?^ | 00111111001111110011111111001101110001000011111101011110 | 3f3f3fcdc43f5e |
UTF-8 | 捻뚭염幼쉌^ | 11101111101001101010010011101011100110101010110111101100100101111011110011100101101110011011110011101100100010011000110001011110 | efa6a4eb9aadec97bce5b9bcec898c5e |
UHC | 捻뚭염幼쉌^ | 1110011011110111100011001110101010111111101100001110101011101010100110100110011001011110 | e6f78ceabfb0eaea9a665e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)