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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ?膣^ | 00111111111001000101001101011110 | 3fe4535e |
EUC-JP | ?膣^ | 00111111111001111011010001011110 | 3fe7b45e |
UTF-8 | 읫膣^ | 11101100100111011010101111101000100001101010001101011110 | ec9dabe886a35e |
UHC | 읫膣^ | 1100000011001011111100101111001101011110 | c0cbf2f35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)