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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 執聾}執聾{^ | 1000111010110111100110000101011101111101100011101011011110011000010101110111101101011110 | 8eb798577d8eb798577b5e |
EUC-JP | 執聾}執聾{^ | 1011110010111001110011111011100001111101101111001011100111001111101110000111101101011110 | bcb9cfb87dbcb9cfb87b5e |
UTF-8 | 執聾}執聾{^ | 111001011001111110110111111010001000000110111110011111011110010110011111101101111110100010000001101111100111101101011110 | e59fb7e881be7de59fb7e881be7b5e |
UHC | 執聾}執聾{^ | 1111001011111011110101101110110001111101111100101111101111010110111011000111101101011110 | f2fbd6ec7df2fbd6ec7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)