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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 頷泌叙裴 | 1110100011110101100101001110010110001111100101101110010111101000 | e8f594e58f96e5e8 |
EUC-JP | 頷泌叙裴 | 1111000011110111110010001110011110111101111101101110101011101010 | f0f7c8e7bdf6eaea |
UTF-8 | 頷泌叙裴 | 111010011010000010110111111001101011001110001100111001011000111110011001111010001010001110110100 | e9a0b7e6b38ce58f99e8a3b4 |
UHC | ?泌?裴 | 001111111111100110110010001111111101101111010000 | 3ff9b23fdbd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)