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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 改侶改侶^ | 100010011111110010010111101101011000100111111100100101111011010101011110 | 89fc97b589fc97b55e |
EUC-JP | 改侶改侶^ | 101100101111111011001110101101111011001011111110110011101011011101011110 | b2feceb7b2feceb75e |
UTF-8 | 改侶改侶^ | 11100110100101001011100111100100101111101011011011100110100101001011100111100100101111101011011001011110 | e694b9e4beb6e694b9e4beb65e |
UHC | 改侶改侶^ | 110010111100011111010101111000101100101111000111110101011110001001011110 | cbc7d5e2cbc7d5e25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)