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 | 羚粋蟹轢 | 1110001110110111100100001000100010001010010010011110011110000000 | e3b790888a49e780 |
EUC-JP | 羚粋蟹轢 | 1110011010111001101111111110100010110011101010101110110111100000 | e6b9bfe8b3aaede0 |
UTF-8 | 羚粋蟹轢 | 111001111011111010011010111001111011001010001011111010001001111110111001111010001011110110100010 | e7be9ae7b28be89fb9e8bda2 |
UHC | 羚?蟹轢 | 11010110101111100011111111111010101011111101010111111001 | d6be3ffaafd5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)