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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 質鱆雫 | 11110000110000001000111010111111111010011110000110001110101101001111000010111000 | f0c08ebfe9e18eb4f0b8 |
EUC-JP | ?質鱆雫? | 0011111110111100110000011111001011100011101111001011011000111111 | 3fbcc1f2e3bcb63f |
UTF-8 | 質鱆雫 | 111011101000000110111111111010001011001110101010111010011011000110000110111010011001101110101011111011101000000110110111 | ee81bfe8b3aae9b186e99babee81b7 |
UHC | ?質??? | 001111111111001011110101001111110011111100111111 | 3ff2f53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)