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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 鍜¥繍^ | 11101000010001111000000110001111100011110100101001011110 | e847818f8f4a5e |
EUC-JP | 鍜¥繍^ | 11101111101010001010000111101111101111011010101101011110 | efa8a1efbdab5e |
UTF-8 | 鍜¥繍^ | 11101001100011011001110011101111101111111010010111100111101110011000110101011110 | e98d9cefbfa5e7b98d5e |
UHC | ?¥?^ | 0011111110100001110011010011111101011110 | 3fa1cd3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)