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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 謠壽恕^ | 11100110100011111001101011100110100011111001101001011110 | e68f9ae68f9a5e |
EUC-JP | 謠壽恕^ | 11101011111011111101010011101000101111011111101001011110 | ebefd4e8bdfa5e |
UTF-8 | 謠壽恕^ | 11101000101011001010000011100101101000111011110111100110100000011001010101011110 | e8aca0e5a3bde681955e |
UHC | 謠壽恕^ | 11101001101010101110000111111000110111111111000001011110 | e9aae1f8dff05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)