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 | 惚扶惚府^ | 100011011001101110010101011111011000110110011011100101010111101101011110 | 8d9b957d8d9b957b5e |
EUC-JP | 惚扶惚府^ | 101110011111101111001001110111101011100111111011110010011101110001011110 | b9fbc9deb9fbc9dc5e |
UTF-8 | 惚扶惚府^ | 11100110100000111001101011100110100010011011011011100110100000111001101011100101101110101001110001011110 | e6839ae689b6e6839ae5ba9c5e |
UHC | 惚扶惚府^ | 111110111110110111011101101001101111101111101101110111011010010001011110 | fbeddda6fbeddda45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)