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 | 猥燕猥燕^ | 111000001100111010001001100011011110000011001110100010011000110101011110 | e0ce898de0ce898d5e |
EUC-JP | 猥燕猥燕^ | 111000001101000010110001111011011110000011010000101100011110110101011110 | e0d0b1ede0d0b1ed5e |
UTF-8 | 猥燕猥燕^ | 11100111100011001010010111100111100001111001010111100111100011001010010111100111100001111001010101011110 | e78ca5e78795e78ca5e787955e |
UHC | 猥燕猥燕^ | 111010001110010111100110110110001110100011100101111001101101100001011110 | e8e5e6d8e8e5e6d85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)