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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 鬩滓ェ取ソォ^ | 11101001101010011001111111100110101010101000111011100110101111111010101101011110 | e9a99fe6aa8ee6bfab5e |
EUC-JP | 鬩滓ェ取ソォ^ | 11110010101010111101111011101000100011101010101010111100111010001000111010111111100011101010101101011110 | f2abdee88eaabce88ebf8eab5e |
UTF-8 | 鬩滓ェ取ソォ^ | 11101001101011001010100111100110101110111001001111101111101111011010101011100101100011111001011011101111101111011011111111101111101111011010101101011110 | e9aca9e6bb93efbdaae58f96efbdbfefbdab5e |
UHC | ?滓?取??^ | 001111111110111010101011001111111111011010100010001111110011111101011110 | 3feeab3ff6a23f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)