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 | ?????Q] | 00111111001111110011111100111111001111110101000101011101 | 3f3f3f3f3f515d |
SJIS-WIN | 筌??吟?Q] | 111000101010001100111111001111111000101111100001001111110101000101011101 | e2a33f3f8be13f515d |
EUC-JP | 筌??吟?Q] | 111001001010010100111111001111111011011011100011001111110101000101011101 | e4a53f3fb6e33f515d |
UTF-8 | 筌듦랩吟땢Q] | 1110011110101101100011001110101110010011101001101110101110011110101010011110010110010000100111111110101110010101101000100101000101011101 | e7ad8ceb93a6eb9ea9e5909feb95a2515d |
UHC | 筌듦랩吟땢Q] | 111011111010011110110101111010101011011110100110111010111110000110001011011100100101000101011101 | efa7b5eab7a6ebe18b72515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)