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 | ??^???~^ | 0011111100111111010111100011111100111111001111110111111001011110 | 3f3f5e3f3f3f7e5e |
SJIS-WIN | ?}^???~^ | 001111111000000101110000010111100011111100111111001111110111111001011110 | 3f81705e3f3f3f7e5e |
EUC-JP | ?}^???~^ | 001111111010000111010001010111100011111100111111001111110111111001011110 | 3fa1d15e3f3f3f7e5e |
UTF-8 | 룵}^룵첂◈~^ | 111010111010001110110101111011111011110110011101010111101110101110100011101101011110110010110010100000101110001010010111100010000111111001011110 | eba3b5efbd9d5eeba3b5ecb282e297887e5e |
UHC | 룵}^룵첂◈~^ | 10001111101010101010001111111101010111101000111110101010101010101000111110100010110000100111111001011110 | 8faaa3fd5e8faaaa8fa2c27e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)