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 | 劑拌├齬?^ | 10011001100111011001110101100001100001001010010111101010100101110011111101011110 | 999d9d6184a5ea973f5e |
EUC-JP | 劑拌├齬?^ | 11010001111111011101100111000010101010001010011111110011111101110011111101011110 | d1fdd9c2a8a7f3f73f5e |
UTF-8 | 劑拌├齬뮷^ | 11100101100010101001000111100110100010111000110011100010100101001001110011101001101111011010110011101011101011101011011101011110 | e58a91e68b8ce2949ce9bdacebaeb75e |
UHC | 劑拌├齬뮷^ | 1111000010100101110110101110010110100110101001111110010111100001101110011100011001011110 | f0a5dae5a6a7e5e1b9c65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)