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 | 疋???^ | 100101010100010000111111001111110011111101011110 | 95443f3f3f5e |
EUC-JP | 疋???^ | 110010011010010100111111001111110011111101011110 | c9a53f3f3f5e |
UTF-8 | 疋골렰렕^ | 11100111100101101000101111101010101100111010100011101011101000001011000011101011101000001001010101011110 | e7968beab3a8eba0b0eba0955e |
UHC | 疋골렰렕^ | 111110011011010110110000111100011000111010111101100011101010101001011110 | f9b5b0f18ebd8eaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)