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 | 羣水け蓙ц | 11100011101110001001000010000101100000101010111111100100111001101000010010001000 | e3b8908582afe4e68488 |
EUC-JP | 羣水け蓙ц | 11100110101110101011111111100101101001001011000111101000111010001010011111101000 | e6babfe5a4b1e8e8a7e8 |
UTF-8 | 羣水け蓙ц | 1110011110111110101000111110011010110000101101001110001110000001100100011110100010010011100110011101000110000110 | e7bea3e6b0b4e38191e89399d186 |
UHC | ?水け?ц | 0011111111100010101010011010101010110001001111111010110011101000 | 3fe2a9aab13face8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)